Disabling horizontal scroll on mobile

I can’t figure out why my sites home page has a horizontal scroll on mobile view? I checked that i turned off x-overflow for the slider. Any feedback?

Thanks!


Here is my site Read-Only: Webflow - Sanctuary

Hey @Bee
Can you share please your published link

Here it is: https://sanctuarydesign.webflow.io/

@Bee
The problem is in the testimonial section with the slider
For section-2 give the follow styles: width: 100%; and overflow: hidden;

1 Like

Thank you so much!

Really appreciate your help :slight_smile:

Hey Bee, can you check these settings

<meta name="viewport" content="width=device-width, initial-scale=1.0">

img {
    max-width: 100%;
    height: auto;
}

I hope these settings works for you….

Here’s a video tutorial with a really easy way to fix webflow side scrolling :)

1 Like