Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
393 views
in Q2A Core by
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.
by
good question let me know when you find out

1 Answer

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