MyBB Community Forums

Full Version: Change the size of the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the width of the forum to 900 pixels?
ACP >> Template and style >> your theme >> global.css

Find container id there and set the width
#container 
{
width:900px;
}