MyBB Community Forums

Full Version: Changing Forum Width?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i change my forum template into a fixed width?
Exmaple, The one MyBB Community Forum is having.
Go to: ACP > Themes > *Your theme* > Edit > global.css > Edit in advanced mode > and find;
#container {
	background: #FFFFFF;
	width: 95%;
	color: #000000;
	border: 1px solid #e4e4e4;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

and change 95% to 900px or what ever width you want to set as your forum's width. Wink
Sorry for the bringing this up! Is there a way to change the width of the top bar as well? The bar which contains the text
"Welcome back, thnok. You last visited: Yesterday, 06:14 PM (User CP — Log Out)
Open Buddy List View New Posts | View Today's Posts | Private Messages (Unread 0, Total 7) "

?
#panel width
(2011-03-09, 02:33 AM)Solidus Wrote: [ -> ]#panel width


Thank you! :_) Big Grin