MyBB Community Forums

Full Version: Change forum width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in global.css I find #container AND change it width as required ...width:80%; OR width:940px; but not work. Why?
If you are using the default theme then look for .wrapper and change the 85%
It's not default theme...i haven't .wrapper
What theme are you using?
Slick Blue Theme
post your forum url so that someone can check it ..
I've got the same problem, hope someone can help me.

http://attncommunity.bplaced.net/index.php
(2018-01-19, 09:08 AM)eyez Wrote: [ -> ]I've got the same problem, hope someone can help me.
http://attncommunity.bplaced.net/index.php

Open Global.css and edit .wrap

.wrap {
    width: 80%;
    margin: 0 auto
}