MyBB Community Forums

Full Version: Scroll bar appearing on my forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently installed a MyBB forum at http://buxtreme.tk and 'd like someone's help as I am stuck and have some problems with the theme. My theme doesn't fit in the browser window and a scrollbar appears below which makes it tougher to navigate. So, how can I fix this issues?
I can't see any scrollbar with that default skin.

If your contents are not out of screen just open your global.css and at the beginning under
body {
just add this:
overflow-x: hidden;
(2012-11-25, 05:26 AM)effone Wrote: [ -> ]I can't see any scrollbar with that default skin.

If your contents are not out of screen just open your global.css and at the beginning under
body {
just add this:
overflow-x: hidden;

Thanks, but that doesn't solve the problems because when I do that the left part disappears behind the screen and I got no scrollbar to move to the left. Please, visit my forum again to see the problem