We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Why is there a white line on the right side in mobile view?

Solved

Why is there a white line on the right side in mobile view?

Yujan1
Visitor
2 0 0

When i view my landing page of a product its perfect in desktop view but in mobile view it shows one white like at right side when we slide right, i made it by using pagefly. Please help

This is the url

https://mydubaideal.com/products/4k-ultra-hd-smart-android-projector

 

1000085018.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Hi @Yujan1 

I'm Dan from Ryviu: Product Reviews & QA.

Please add this code to your theme.liquid file after <head> in Online Store > Themes > Edit code 

<style>
@media (max-width: 749px) {
html, body {
overflow-x: hidden;
}
}
</style>

Best Regards,

Dan

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Hi @Yujan1 

I'm Dan from Ryviu: Product Reviews & QA.

Please add this code to your theme.liquid file after <head> in Online Store > Themes > Edit code 

<style>
@media (max-width: 749px) {
html, body {
overflow-x: hidden;
}
}
</style>

Best Regards,

Dan

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Yujan1
Visitor
2 0 0

Thank you it worked !!😍

sunnycide1
Tourist
13 0 1

Hey this works pretty well but this is making my sticky header glitch out and not stick any solutions ?