MyBB Community Forums

Full Version: Forum Width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, this is a real noob question and may have been asked but....

I'm using the DarkOrange theme in my forum

http://mkdons-community.gotdns.com

i'm making modifiactions to the theme every day but I would like to know how (and for the life of me I can't find it :p) to change the width of my whole forum.

As you can see if you follow my link it's quite a wide forum but i'd like to change it to about 80-85% width. If anyone could help that's be great Big Grin

Thanks in advance
ACP > Templates & Style > **choose theme, click name** > global.css > Open the advanced editor > scroll down a little bit, you'll see this:

#container {
	width: 97%;
	background: #ffffff url(../../../images/DarkOrange/container.png) top left repeat;
	border: 2px solid #FF8F00;
	color: #000000;
	padding: 0px;
	margin: auto auto;
	text-align: left; /* IE 5 fix */
	font-size: 13px;
}

Change the 97 Smile
You're a star Big Grin

Now it looks much better @ 80% Wink
thanks Wink