MyBB Community Forums

Full Version: help, need to correct default template width!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I "reset" the default templates (the ones used when the script is first installed)?  I tinkered with the CSS  briefly for body and container, but even after reversing my changes, my forum is now "full width" and looks odd.  How can I fix this?  Thanks!

My site: https://zoldos.net  Using MyBB 1.8.8
About line 51 in global.css find .wrapper and make it look like this:
.wrapper {
	width: 85%;
	min-width: 970px;
	max-width: 1500px;
	margin: auto auto;
}
It was already set to that. I ended up re-importing the default theme's XML and it fixed it! Thanks for the reply tno! Big Grin