How to remove this white space in mobile mode

Solved

How to remove this white space in mobile mode

WILLIAM0716
Excursionist
17 0 4

I have this white space on both my home page and my product page. On the homepage I think is because of the slideshow, but I'm not sure why there is white space in my product page as well. I have tried the method that resize the slideshow but they don't work for me. 

My webiste url is https://upntbu-a1.myshopify.com/ 

password: boanfqx

Screenshot 2025-04-02 144741.png

Screenshot 2025-04-02 144807.png

  

Accepted Solution (1)

Asad-Mahmood
Shopify Partner
375 65 74

This is an accepted solution.

go to your online store -> edit code -> base.css file and paste this code in the end of file

html.js, body {
    overflow-x: hidden !important;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




View solution in original post

Replies 3 (3)

Asad-Mahmood
Shopify Partner
375 65 74

This is an accepted solution.

go to your online store -> edit code -> base.css file and paste this code in the end of file

html.js, body {
    overflow-x: hidden !important;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




WILLIAM0716
Excursionist
17 0 4

It worked, thank you so mcuh!

WILLIAM0716
Excursionist
17 0 4

Hi, I found out a problem that is after adding this code my header is not sticky anymore.