This sounds like there should be a solution for it all over the internet, but I am not sure why I cannot find it. I want to disable Horizontal scrolling on mobile devices. B
In page header, add
In page stylesheet, add
html, body { overflow-x: hidden; overflow-y: hidden; }
It is both html and body!