How to fix mobile scroll

I’ve created a site but it appears that on the homepage there is some whitespace if you scroll to the side. All the sections and elements fit inside the designated workspace layout that webflow gives to test responsiveness, but when I scroll to the right there is some unwanted whitespace.

I’ve included the picture to show you what I mean, for some reason this only happens on my home page. Does anyone know how to fix this? Thanks for any help!

By the way, when looking at the screenshot it’s the white space that is past the light grey body.

I’d select elements sequentially and set them to display:none and test until you find what element is causing this. Without seeing the project my first guess is something needs to be set to overflow hidden, never set the body to hidden though. Set a max width of 100vw if that doesn’t work
Let me know how that goes