MyBB Community Forums

Full Version: Forum Width Changed, now it's Left aligned, not centered
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I just installed the latest version of mybb on http://www.datingworks.eu/forum and decided to change the width of the forum from fullwidth to about 920px - I then saved it and now it has been pushed to the left of my broswer, didn't want this, I would like to have it aligned in the CENTER.

Any ideas on how to fix this?

thanks in advance!!!
add the centering sttribute to the css body or container div.

margin-left: auto;
margin-right: auto;
Just add margin: 0 auto; to the container.