My website scroll to right in mobile view

I dunno why but when I test my website on mobile view, I can scroll to the right… I tried checking the overflow and the margins of every element but I can’t find the source of the problem


Here is my site Read-Only:
https://preview.webflow.com/preview/rayanesaada?utm_medium=preview_link&utm_source=designer&utm_content=rayanesaada&preview=06c905b166832a4d28f521409bcc49e0&mode=preview

@LittleFoxy Looks like you’ve fixed this? If you’re still seeing it, can you share the published link and also which browser you’re previewing it from? I don’t see this problem on the Webflow Designer

in fact, that’s the problem, in the designer it works perfectly but when I view it on my phone, I can scroll to the right, try to view it on your phone, just tap (www.rayanesaada.com)

The marquee-horizontal class was reset to position: static on mobile which is causing your position: absolute items to overflow. Just set it back to relative same as the desktop should fix the issue.

1 Like

it actually worked! thanks a lot!

1 Like