MyBB Community Forums

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

I wanted to have my forum to be not more than 800 pix width
how can I do that please?

I am using Apart theme.

thanks
Admin CP -> Templates & Style -> *theme* -> global.css -> #container -> Width
I added 80% so the forum was moved to the left (I am using RTL languade)
I wanted my forum to be in the center of the screen, not moved to right or left. thanks
Can I have a link to your forum?
You've to add the 80% in width property. If there is no width property then add the following in "container" class;
width: 80%;
It is not solved yet
www.archiplans.net

I wanted the forums to move either to center or to right.
thanks
In container class, find;
margin: 0;
and try to change it into;
margin: auto auto;

Not sure if t works but just give it a try.
it works, thanks