How can I stop side scrolling in mobile view on my site?

On my site in mobile view, i want to be able to just scroll up and down but I find i can side scroll a small amount.

Is there a way to prevent this from happening?

Thank you in advance!!!

Hi @buchanan215

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

html, body {
overflow-x: hidden !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Thank you, Victor. Much appreciated.

This works to fix the problem, but then prevents the sticky header from working when scrolling up. Any ideas how to fix this?