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.
I have installed MyBB onto my site but for some reason the forum width is not wide enough. It only takes up half the screen and the rest of the screen shows a blank space. 

http://womenattracted.com/forum/

I have already tried a ton of things to fix this problem from toying around with the global.css to everything in between. Could somebody please help me to fix this problem. It has been driving me crazy for the past couple of days. Thanks.

http://womenattracted.com/forum/
Find and remove this in global.css stylesheet of your theme:
.ccforum #content {
    width: 940px;
}
I kind of find this really unethical because its a forum about manipulating women. But it don't break any rules so,
.ccforum #content {
    width: 100%;
}
I also had this at one time, and many members complaining only half the forum showing..

Using Internet Explorer open up Tools and Compatibility View, add your forum and put a check mark in the box..

Do a refresh and this should allow mybb to be a full forum..