Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How do I set the header so it expands across the screen?

0 votes
I want my header to expand all the way across the screen instead of being a fixed width. How would I go about doing this? I can't just change the width because I think the header is already in a container.
asked Jul 11, 2011 in Q2A Core by kyle246
good question let me know when you find out

1 Answer

0 votes
You could try using a <DIV> container with CSS fixed positioning, which will set the DIV's position relative to the entire page.
answered Jul 31, 2011 by gidgreen