MyBB Community Forums

Full Version: Changing the size of my containers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please someone help me this is the 4th time i posted this and still no help

=( how do i change the size of my containers like from 100% to 75%

please give a detailed answer. And thank you
Change the width property in the #container div. If you provide us your forum URL I could be more specific.
o yea sorry and i always do that and nothing happen 4gmods.tk
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

.wrapper {
	width: 85%;
	min-width: 970px;
	max-width: 1500px;
	margin: auto auto;
}

3. Change to:

.wrapper {
	width: 75%;
	min-width: 970px;
	max-width: 1500px;
	margin: auto auto;
}
didnt work :/
You didn't change anything. Are you sure you're editing the right theme?
ok actually i found where it is. but now how do align it in the middle?