View Full Version : Forum Width - setting a pixel limit?
Fulla
09-10-2012, 10:22 AM
How do I make my forum centered but cannot exceed 1000 pixels in width. Currently it takes up the whole screen!!
I was able to do it in 3.x.x, but how to in 4.x.x please?
peugeot405
09-10-2012, 02:29 PM
in additional css add folowing code:
.body_wrapper {
margin: 0 auto;
padding: 10px 20px;
width: 1000px;
}
Fulla
09-10-2012, 11:25 PM
Almost works thanks :)
How do I get the top of the forums to also have a pixel limit?
Can see what I mean here:
http://www.sc2arcade.com/forums/
Top/Header is still very wide.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.