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
use this in style
body { overflow:hidden; width:100%; }
Use this in head tag