MyBB Community Forums

Full Version: Width like MYBB official forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I lower the width size of container, the threads area also get shorter with id.
How do I make it like MYBB's official forum has?
In global.css

Find .container {
Width : 100%
}

Change it to

width: 960px;

It will solve te problem.