MyBB Community Forums

Full Version: centre forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok ya i know its a dumb question since i have done it b4, but want to reduce forum width to 85 %, but when i do its on left side, i want it centered, and i cant remember how to centre it
html or css in the global.css
(2011-09-09, 08:48 PM)Tyler K Wrote: [ -> ]html or css in the global.css
That's not very useful. You can't even use HTML within the CSS, only the contrary.

What else did you do to change the width? Editing the percentage should work just fine. What's your forum URL?
only the color besides the % website is http://fun-chat.biz
Within the #container div find this:

text-align: centre;

Change to:

text-align: left;

Afterwards, add:

margin: auto auto;
I would also recommend to check some of the image path's as for me some of the images do not show. Or just switch themes as this one is Low quality overall.
thanks favious, that worked and ya i know about the images