Shopify themes, liquid, logos, and UX
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
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
Solved! Go to the solution
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.
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.
Thank you it worked !!😍
Hey this works pretty well but this is making my sticky header glitch out and not stick any solutions ?