WallBB Forums
[Focus] Too big! - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10)
+--- Thread: [Focus] Too big! (/showthread.php?tid=24)

Pages: 1 2


RE: [Focus] Too big! - mugsie - 11-29-2017

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.


RE: [Focus] Too big! - WallBB - 11-29-2017

(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


RE: [Focus] Too big! - WallBB - 11-30-2017

I have fixed this issue, fixed theme with latest update will be released very soon.
Doing some testing Smile


RE: [Focus] Too big! - WallBB - 12-04-2017

This is fixed now in latest release.