Mobile version overflow

Hi webflowers !

I am trying out a website design before building it out for real.
When you are on mobile, there is overflow on the sides, how do I get rid of that?

Thanks


Here is my site Read-Only: https://preview.webflow.com/preview/loop-insider-first-pages?utm_medium=preview_link&utm_source=designer&utm_content=loop-insider-first-pages&preview=6d4a909816dcb8cc8bca7ab773f010aa&workflow=preview

hi @Remj I see you have solved your issue with overflow: hidden on body element. This will cause issues on real mobile devices. Good practice is to create a main wrapper where you place your website content and use overflow: hidden on this element instead.