WallBB Forums

Full Version: [Focus] Too big!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am seeing the error on your page from my side. I had the issue on my install (clean install). Currently it looks to be two issues. One is the quick search is positioned all the way to the right when on chrome/ie and perfectly positioned on firefox. then there is that horizontal scroll bar that messes up the theme look and feel.

To fix the issue with the horizontal scrolling I made the following change
Navigate to Themes » FocusResponsive » global.css

Add the following to the "body" selector:
overflow-x: hidden;

That took care of the horizontal scroll issue.

I am still seeing the quick search bar all the way to the right on chrome but on firefox its nicely positioned. Not a css ninja by any means so maybe WallBB can help out with this one.
(11-29-2017, 12:46 AM)mugsie Wrote: [ -> ]I am seeing the error on your page from my side. I had the issue on my install (clean install). Currently it looks to be two issues. One is the quick search is positioned all the way to the right when on chrome/ie and perfectly positioned on firefox. then there is that horizontal scroll bar that messes up the theme look and feel.

To fix the issue with the horizontal scrolling I made the following change
Navigate to Themes » FocusResponsive » global.css

Add the following to the "body" selector:
overflow-x: hidden;

That took care of the horizontal scroll issue.

I am still seeing the quick search bar all the way to the right on chrome but on firefox its nicely positioned. Not a css ninja by any means so maybe WallBB can help out with this one.

I will be checking the issues this week while updating for MyBB 1.8.14

Thanks for reporting Wink
I have fixed this issue, fixed theme with latest update will be released very soon.
Doing some testing Smile
This is fixed now in latest release.
Pages: 1 2