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
Try adding
html { overflow-x: hidden; }
as well as
body { overflow-x: hidden; }