Horizontal scroll issue prestige theme

So im having an issue with the horizontal scrolling on both desktop and mobile view

Theme : Prestige

Hi @marlolean ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

#shopify-section-template--16964740251812__00a67bbd-2d59-4c57-9430-5af197c3c24c {
    overflow: hidden;
}

I hope it would help you
Best regards,

Richard | PageFly

Thank you it works, but the horizontal issue is still happening on the product page, as https://mispacci.com/products/square-tennis-chain-bracelet-white-gold for example

update: i used this code

.sc-ezbkAF.A-dmbO.pf-5d5079cf8da1-2_.pf-r.pf-r-eh {
max-width: 100%;
}

is it a safe code?

1 Like

Hi @marlolean ,

You can try below code:

body {
    overflow-x: hidden !important;
}

I hope it would help you
Best regards,

Richard | PageFly

I put this code at the end of my theme.css but nothing happens.. the problem still persists

Hi @marlolean ,

I checked, now I don’t see the horizontal scroll error anymore. Can you take a screen shot of the faulty part?

turned out i had to clear my cache, it works thank you so much

1 Like