11-29-2017, 12:46 AM
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.
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.