Have your say in Community Polls: What was/is your greatest motivation to start your own business?

PLEASE HELP | DEBUTIFY THEME SCROLLS HORIZONTALLY ON PRODUCT PAGE ON MOBILE

Solved

PLEASE HELP | DEBUTIFY THEME SCROLLS HORIZONTALLY ON PRODUCT PAGE ON MOBILE

Shayegan379
Tourist
3 0 2

Ok so I have the debutify theme installed and it likes to scroll past the media horizontally on the product page on mobile. How do I fix this? Debutify support is terrible and shopify asks me to contact deb

Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 227

This is an accepted solution.

Hello @Shayegan379 👋

In Shopify Admin, you can go to Edit theme code, open file theme.scss.liquid and add this code at the bottom

body {
    overflow-x: clip;
}

It should fix the issue.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Replies 5 (5)

DutchDelight
Excursionist
30 0 6

Could you provide a url that people can look at?

Shayegan379
Tourist
3 0 2

Yes of course

Nuefilter.com

Please note this problem is on mobile and on the product page

Thanks

ZenoPageBuilder
Shopify Partner
1052 203 227

This is an accepted solution.

Hello @Shayegan379 👋

In Shopify Admin, you can go to Edit theme code, open file theme.scss.liquid and add this code at the bottom

body {
    overflow-x: clip;
}

It should fix the issue.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
Shayegan379
Tourist
3 0 2

Holy crap you fixed it , God bless your whole bloodline

ZenoPageBuilder
Shopify Partner
1052 203 227

You are welcome 🙂

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com