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 do not want the forum width to be a a specified pixels. I just want it to be 100%. Is there a was when I put the of my forum to 100% and when I resize the window it does not move the conent. Like in this forum when we resize the window then the content remains intact. How can i make my forum like this.
Thanks!
Do you want your forum to to have a fixed width (like http://community.mybboard.net) or a fluid width (like http://mybb.quacktacular.net/beta1/)?
thanks for the quick reply!

i would like my forum to have fixed width like in http://community.mybboard.net
Set the width of the #container selector to whatever width you want. This forum uses 940px ( width: 940px; ). If you want the content centered like on these forums you should set your margin to ( margin: auto auto; ) as well.
thanks!

how exactly to do that.

i made this change in the global css but it makes smilies popup window, buddy online list of fixed width too.