Does anybody know if there's a way to stretch the navigation bar and the banner beyond the parameters of the fixed width?
So, from this:
http://i.imgur.com/uh63j7r.png
To this:
http://i.imgur.com/jUxapK9.png
That's editing the CSS to use margins, but I'm wondering... is there a way to make it fluid with the browser? In the same sense that setting the forum width to 70% would keep it a fluid 60% regardless of dimensions.
--------------- Added [DATE]1457392840[/DATE] at [TIME]1457392840[/TIME] ---------------
I was able to figure it out.
I set the stylevar for the doc_width to 100%, while assigning the following traits to the .body_wrapper CSS template.
Code:
width: 65% !important;
margin-left: auto;
margin-right: auto;