MyBB Community Forums

Full Version: Theme width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any chance of changing the theme width on my default theme located here - http://support-forums.org/

Thank you.
Judging by the source, open up your themes global.css and find:

#container {
	background: #fff;
	width: 92%;
	color: #000000;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

Replace "width: 92%" with a percentage of your choice Smile