Remove the right white space in my frontpage

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.

1 Like

@erasmo

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

body, html {
    overflow-x: hidden;
}

Thanks!

1 Like

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;
}
1 Like

Tanks man, it worked perfect.