MyBB Community Forums

Full Version: Wanting to change the forum width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am to a fixed "780" . Can't find which template to change.

cheers
I'm not sure what you mean, but if you want change width you can:
- change BODY { width: XXXpx; ... } (or xxx%) - then your forum is aligned to left of browser window
- change #container { width: ... } - the forum is aligned to center of browser window, because in body is defined center-align
I forget. You can change this from admin panel: Themes -> Modify