The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I'm using the following CSS in additional.css to create a container around my forum (div opening in header and closing in footer):
HTML Code:
#main_container {
width: 1200px;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
background: #FFFFFF;
padding: 10px;
border-left-style:solid;
border-left-width:1px;
border-left-color:#f4f4f4;
border-right-style:solid;
border-right-width:1px;
border-right-color:#f4f4f4;
}
|
|
#2
|
|||
|
|||
|
Get rid of the width attribute of the body element and it will center properly.
|
|
#3
|
||||
|
||||
|
Thanks, Dave!
|
|
#4
|
|||
|
|||
|
No problem. Veel succes met je forum.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|