The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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? |
|
#2
|
||||
|
||||
|
in additional css add folowing code:
Code:
.body_wrapper {
margin: 0 auto;
padding: 10px 20px;
width: 1000px;
}
|
|
#3
|
|||
|
|||
|
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. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|