MyBB Community Forums

Full Version: Change theme from fluid to fixed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My theme is currently fluid, what do I have to do to make it a fixed width?
ACP -> Styles and Templates -> **Your theme** -> global.css -> #container -> Change (something)% to 940px
Still fluid...
I still see container width is 80%;
are you sure you changed it to 940px??
yes its working on my demo http://pgdemo.co.cc/index.php but now how do I fix the thing on top and bottom which is out of proportion?
find if there is anything like ".minicontainer" in global.css, if yes you can change its width to make it fixed too(940px).
Thanks got it to work, now going to do it on my real forum... +rep for you Smile