How do you remove sideways scroll on mobile?

I’ve noticed a problem which I haven’t noticed before where the page scrolls outside of the 100% width and the site scrolls sideways as well as up and down.

I noticed an image was overlapping the edge of the screen on another page and i’ve resolved that thinking this may effect it but this hasn’t helped.

Does anyone know a simple solution for this? Thanks in advance.

1 Like

You likely have an element that is set in pixels to a size greater than 100% of the viewport width or is docked on the right outside of the container edge with a negative value. Having this on any of the sections in the page will result in more space being created that you can scroll to.