Log in

View Full Version : 100% width


wanno
05-12-2010, 11:18 AM
I would like to integrate VB4 in my current site so I would likte to put my site header above the forum.

It was not so difficult just putting the site header in header.php but I can't find out how to cover 100% of the page.
The VB4 forum has gray margins at the left and right side of the page.

wanno
05-15-2010, 02:18 PM
Is there no way to have a site header of 100% above the forum
and the forum self as it is by default?

Qwk86gn
05-15-2010, 02:35 PM
In Stylevars find: doc_margin

Change the "Right" & "Left" to 0

Then Search in Templates for: .body_wrapper {

That should bring up vbulletin.css, open it.

Add this a new a line within the .body_wrapper css:

margin-right: 75px;
margin-left: 75px;Change the numbers to your preferred width.

wanno
05-17-2010, 06:52 AM
fantastic! Thank you.

Do you know also how to make the forum header smaller?
(the blue header with the buttons Home, Forum, Blog, What's new....)