Mobile Sidescroll Bar without any changes

Hello Lovely Helpers,

i just went through my Website today, and discovered on my Phone (iphone 7) that there appeared a side scroll Bar, what i never activated. As its very disturbing on mobile. The Website is scalling for mobile. Additional to just scroll down, as normal, it scrolls a tiny bit, maybe 5-15px to the right side.

It happens on every Site, even the once i didnt touched.

I hope you can find the problem, as im near to publish it and try to get work thrue it.
Friendly hugs to you
Sebastian

The Problem is regarding all Sites on my Webbsite

http://www.sebastian-stoehr.com/mama/

  • When i enter a Site, im zoomed in a tiny bit, when i zoom out, the Sidescrolling bar disapears. but the Side is not full with anymore

*happens with Chrome and Safari (all fully updated)

Hi Sebastian,

Thank you for writing in, I see that custom CSS below added on your site. Would you mind removing that and see if that resolves the issue.

body {
    overflow-x: unset !important;
}

If you did not add that code, try doing a Testing for Plugin Conflict, a 3rd party plugin might be doing that.

Cheers!

Thanks for your reply :slight_smile:

I had a Issue few month ago, that we solved by adding this custom CSS.

I deactivated all Plugins, the Issue is still there :confused:

  • Edit: I deleted the Custom CSS, now the issue is gone, and my old problem with stucking scrolling isnt there anymore. So its Solved :slight_smile:

Thanks for the fast help ThumbsUp

You’re welcome!
It’s good to know that your issue has been resolved already.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.