MyBB Community Forums

Full Version: Centering whole entire Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quick question...
I want to make the whole forum centered on the page...so even if u full screen like www.msn.com

How do we do that in the template edit section? I have been trying to find this on the forum and have had lots of problems.
You need to modify the THEME section in the admin, and set the appropriate element to

margin: 0 auto;

or

margin-left: 0;
margin-right: 0;
Go into your Admin-CP -> Themes -> Edit/Delete -> *Your Theme* -> Edit and change the width for the content container to fit your needs.
OMG...THANK U!!!!!!!!!