I have a site that, on mobile scrolls left and right to far. SR is just a box that u can move left or right very far.
how can i lock things in.
thanks
I have a site that, on mobile scrolls left and right to far. SR is just a box that u can move left or right very far.
how can i lock things in.
thanks
Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thank you.
Your site cannot be reached. Please check and give us more details of the issue. What do you mean by lock things in?
Thanks.
http://prairielocal.com Sorry this is stupid of me, i’m in a hurry with other things.
I mean the page it’s moves left and right on mobile, the site on desktop is locked in you can’t slide the page off the screen?
I’m also having the same issue, I was wondering if anybody can help me figure this out. How do I disable horizontal scrolling on mobile devices? Here’s a site that’s been doing it. http://alyssamua.com/
Thank you i couldn’t find the name for it.
Both of your sites has a slider and if you try to scroll before they are finished loading, that happens. Once they finish loading both your sites are not scrollable horizontally anymore. This usually happens in a fullwidth slider like in both of your setups.
Thanks.
What is your recommendation, to have this not happen
Hi again,
You can try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
html, body {
overflow-x: hidden !important;
}
Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.