Hello, I created this site and the home page scrolls right and left in mobile view when looking at the published site on a browser. The other screens are ok (they don’t wobble back and forth). I’ve made sure that the width is no more than 100%
I’d really appreciate some help!
Thanks
Could be a lot of things. A simple yet effective way to prevent this issue would be by creating a page wrapper with an overflow: hidden.
overflow: hidden
Let me know if it helps!
Thanks for the advice. I was able to fix the problem!