MyBB Community Forums

Full Version: how do i edit the forum width?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
here is a screenie of my forum...
i want to know how do i decrease the forum width so its like the size of the red box?...

[Image: k2z4et.jpg]
Go into your ACP, go to Templates and Style in your list of tabs, select your theme, then find global.css, edit it in advanced mode, then find:

#container {
	width: 95%;
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #000000;
	margin: auto auto;
	padding: 20px;
	text-align: left; /* IE 5 fix */
}

And change your width: 95%; to whatever you want.
Or, you don't have to do it in advanced mode Wink

Just use the dropdown and select #container and change the width to whatever you want.
Well no, but I find it easier to edit things in advance mode. Toungue
woooo thank you so much xx
What about the other way round, If you wanted it full screen with no bits at the side you would think by putting it 100% it would work but there is still alittle bit either side?
I think that is caused by the body tag.