MyBB Community Forums

Full Version: change the width of container (not happening through global css)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Edit the bold text in global.css

#container {
width: 960px;
background: #f7f7f7 url(../../../images/myskins/bgg.png);
border: 0px solid #e4e4e4;
color: #606060;
margin: auto auto;
padding: 20px;
text-align: left; /* IE 5 fix */
}
Pages: 1 2