For some reason my site https://valleypetcare.com/ won’t scroll on my mac. I have tried deactivating all plugins and that did not fix it.
Hello @alex5252,
Thanks for writing in!
Your site is not scrolling because you have added this:
html {
margin-top: 18em !important;
overflow: hidden !important;
-webkit-overflow-scrolling: touch !important;
overflow-scrolling: touch !important;
}
Please have it updated and use this:
html {
margin-top: 18em !important;
overflow: visible !important;
-webkit-overflow-scrolling: touch !important;
overflow-scrolling: touch !important;
}
After doing the updates, please clear all your caches first before testing your site again.
Please let us know how it goes.
Thank you for the reply. What file or page did you find that code in?
Hello @alex5252,
You have added the code in X > Theme Options > Custom CSS.

If you need anything else, please let us know.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.