PLS HELP - White space on mobile at the right side of the homepage, on desktop it looks perfect

Dear,

It was already solved a couple of times but all the solutions are not working anymore. Maybe a new update?
On desktop, the homepage looks great, but on mobile, there is a giant white space next to the website. Please see the screenshot,

to check it out: https://thekofflabel.myshopify.com/

password is: jasper

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

Regards your concern about white space appearing on mobile.
That is because of some element on your page is overflow from their parent width and it caused the huge gap white space. But there is a solution for this you can follow all these steps to fix the issue
Step 1: Online Store > Themes > Action > Edit code
Step 2: Go to theme.liquid > scroll to the very bottom and paste this code :

html,body { overflow-x: hidden !important; max-width: 100%; }

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

1 Like