How to remove horizontal Scrolling?

On my 1920x1080 Screen I am able to scroll my website to the right. I am unable to find the cause of this. Is there an easy way to figure out what is causing it?


Here is my site Read-Only:
https://preview.webflow.com/preview/pers-website-10-10-restart?utm_medium=preview_link&utm_source=designer&utm_content=pers-website-10-10-restart&preview=40b7282a70a089f2b5cc6871509ed0a1&workflow=preview

Can’t see any horizontal page scroll. Have you fixed it?

Hey Nils,

the horizontal scroll happens when containers exceed the max browser width. To find out wich container is the problematic one, I remove specific sections and test the result on the puplished page.
So fix the section i suggest you to define a max-width of 100% and make sure to apply an overflow: hidden to the section.

Hope this helps!

Hi! I solve it by applying the CSS property to the body overflow-x:hidden (custom html)

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.