MyBB Community Forums

Full Version: Make my Theme More wide
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi can someone make my theme more wide
http://www.awesomestyles.com/mybb-themes/view/wbsteam

please if i get more money i will try and pay you thanks
1. Go to Admin CP > Templates & Style > Themes > WbSteam > global.css > Advanced Mode.

2. Find:

#container {
	background: #000000;
	width: 900px;
	color: #ffffff;
	margin: auto auto;
	text-align: left;
	padding: 20px;
}

3. Change width: 900px; to a bigger value (e.g. 1000px)
it makes the right part more wide though not all the template
Yeah, sorry, forgot about that.

1. Go to Admin CP > Templates & Style > Themes > WbSteam > global.css > Advanced Mode.

2. Find:

#shadow {
	position: relative;
	background-image: url(images/wbsteam/shadow.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	width: 980px;
	margin: auto;
	background-position: left top;
        filter:alpha(opacity=95);
        -moz-opacity:0.95;
        -khtml-opacity: 0.95;
        opacity: 0.95;
}

3. Change width: 980px to the same value as before plus another 20px. So, for example, if you set the #container id to 1000px, you need to make the #shadow id 1020px.
What is your forum url?