Horizontal scroll bar issue

Hi guys,

I have an issue with my website, it appears to be having a horizontal scrollbar. I can’t seem to figure out the issue of why it is scrolling horizontally, I have tried to add custom code, but it didn’t seem to work. I would really appreciate it if you had some suggestions when it comes to removing the horizontal scrollbar.

have a look at the read-only page here:
https://preview.webflow.com/preview/globuzzer-f469c4?utm_source=globuzzer-f469c4&preview=3f55a0f21c3604e68076517e5b22ae2a

published site:
http://globuzzer-f469c4.webflow.io/

custom code:
body:
overflow-x: hidden;
overflow-y: scroll;

thank you in advanced :).

Select the Section 2 element and give it overflow:hidden

http://vincent.polenordstudio.fr/snap/0jtip.jpg

Hi Vincent,
Thank you for getting back to me. I managed to fix the problem.
I appreciate the help :slight_smile: