MyBB Community Forums

Full Version: MyBB Website Looks All Bugged
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am using a new theme on my website here: www.arma3gaming.com and I am having a problem where the website looks like this: https://i.gyazo.com/6e84697e04273c0faff0...a0e38e.png

That screenshot is another user of mine, but when I see the website it looks perfectly normal. But, when I collapse the window to a smaller size, it looks like this: http://puu.sh/jzEZX/726c0c8119.jpg

What seems to be the problem here? Thanks.
navigate to global.css of the active theme through forum admin panel and switch to edit in advanced mode
find style property code like below around line 123 and change overflow from hidden to visible
#content {
overflow: hidden;
save global.css & visit forum index page and hard refresh your browser (eg. press CTRL + F5) to check
(2015-08-13, 04:40 AM).m. Wrote: [ -> ]navigate to global.css of the active theme through forum admin panel and switch to edit in advanced mode
find style property code like below around line 123 and change overflow from hidden to visible
#content {
overflow: hidden;
save global.css & visit forum index page and hard refresh your browser (eg. press CTRL + F5) to check

Fixed it! Thank you again m!

Also, one more question. My website for some reason loads everything such as images really slow. Any ideas how to fix that to? Big Grin