MyBB Community Forums

Full Version: Default Mybb 1.8 themes error. Please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using sidebox plugin. I upgrade my forum from 1.6 to 1.8 now although forum width larger than screen width template not shrink and down scroll bar also not visible. There is now way to read the right side of the screen. But this mybb community forum have no problem like that. There is a space on left side of my forum.


Please visit and check my site. http://lankacolomboapartments.com/

Thanks
ACP >> Themes >> Default >> global.css

findĀ .wrapper and change this......
.wrapper {
width: 85%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}

into this....
.wrapper {
width: 90%;
margin: auto auto;
}
(2014-11-10, 06:37 AM)mmadhankumar Wrote: [ -> ]ACP >> Themes >> Default >> global.css

findĀ .wrapper and change this......

.wrapper {
width: 85%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}

into this....

.wrapper {
width: 90%;
margin: auto auto;
}

Thank you very much. Its working Smile