MyBB Community Forums

Full Version: Forum width problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everybody...
I had my brother change the colors of the links on our forum, and he re-nammed our banner. (It was just /logo, its now /lnllogo, I believe). Now when you view the forum, it looks like this:

[Image: -whathappendtzAP.jpg]

The width is still 800px, so I really don't know what has happened...

Anybody have an idea?

Thanks,
-Snowy
It looks like your forums 'forum' css class is set to relative/liquid. You need to set it to a fixed percentage or px to prevent that from happening.
Try this

In Admin CP > Themes > Modify / Delete > Edit

Find Tables (Ignored by 'Body')

Under Extra CSS Attributes
Add

width:100%;
zaher1988 Wrote:Try this

In Admin CP > Themes > Modify / Delete > Edit

Find Tables (Ignored by 'Body')

Under Extra CSS Attributes
Add

width:100%;

Thanks, that works Smile