The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Stretching navbar on fixed Width to fluid size?
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; |
#2
|
||||
|
||||
try this
Code:
.above_body { margin-left: -35px; margin-right: -35px } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|