Overflow Hidden Shifting don’t spend hours on fixing for mobile devices
Overflow Hidden Shifting fixed. I am writing this to help you and myself. Because I also forget about it and then I spend hours on trying to fix a website. You may fix this on a WordPress site, go to customize and if you have a option additional CSS and just write this:
html {
overflow-y: hidden;
} <—–This code is to disable the scrolling down, it will look the page to not scroll down.
html {
overflow-x: hidden;
} <—This code will lock from right to left so it doesn’t shift, use this one to fix the problem.
Please note that on some themes your button arrow to top might not work!
That is it, your shifting window will be fixed on your mobile device. Great huh? this is a quick and easy fix for you. A record for me so I can remember if I have to use it again. Overflow Hidden Shifting solved, thanks for all, just register free on my site or add yourself on my email newsletter so you can get good info. to your email.