PDA

View Full Version : Stretching navbar on fixed Width to fluid size?


Inked_Mono
03-07-2016, 09:02 PM
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 1457392840 at 1457392840 ---------------

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.

width: 65% !important;
margin-left: auto;
margin-right: auto;

hazem_aliraqi
03-09-2016, 04:45 PM
try this


.above_body {
margin-left: -35px;
margin-right: -35px
}