MyBB Community Forums

Full Version: Board width ? left ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i change all the board Width to 960 pixel and how can I put the Board to the left of the page ?

Thank you
Go to Admin-CP -> Themes -> *your theme* -> Edit

1. Search for the box "Content Container" and change the width from 96% to 960px. At the extra CSS find
margin: auto auto;
and delete it.

2. Search for the box "Body" and enter into the box for extra css
text-align: left;
3. Save the changes. Wink
Thank you very much Wink