How to fix extra white space issue on mobile page scroll?

Hi,

I need help one mobile page allows scroll/swipe to right for extra white space.

the mobile page is https://sselects.com/collections/perfectshoeparker

Hi @MIKESTORK

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

<style>
html,body {
overflow-x: hidden;
max-width: 100%;
width: 100%;
}
</style>

Hope this can help you solve the issue

Best regards,

Richard | PageFly

1 Like