Solved

Remove the right white space in my frontpage

erasmo
Visitor
2 0 1

Hi Community.

I am using the Supply Theme for my store and I have made some modifications to the point It is. But I have an white space in my home page that make its wider than it should be. My store is www.homstrenght.com. The problem only occurs in desktop in mobile it works fine.

Thanks.

Accepted Solutions (2)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@erasmo 

Please add the following code at the bottom of your assets/theme.scss.liquid file. 

body, html {
    overflow-x: hidden;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @erasmo 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

body, html {
    overflow-x: hidden !important;
}

 

View solution in original post

Replies 3 (3)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@erasmo 

Please add the following code at the bottom of your assets/theme.scss.liquid file. 

body, html {
    overflow-x: hidden;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
erasmo
Visitor
2 0 1

Tanks man, it worked perfect.

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @erasmo 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

body, html {
    overflow-x: hidden !important;
}