I’m having a problem on my website, liquidthat.com, where on mobile it’s impossible to scroll on the product page because the image of my product blocks it. Please provide advice.
Hey!
Hi @LiquidThat ,
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
- Go to Online Store->Theme->Edit code
- Asset-> styles.scss
- Paste the below code at the bottom of the file.
@media(max-width:767px){
html,body{overflow-x:hidden !important}
}
Hope my solution works perfectly for you!
Regards,
Victor | PageFly
Hey! I appreciate the help; however, it’s still not working to scroll on mobile when my finger is over the image ![]()
Still not working on my device for whatever reasno
Hi @LiquidThat ,
Please try this code
.zoomContainer{display:none !important}
Hope it help!
Victor | PageFly team
Sorry there was a typo in my previous post. Try this.
Thank you so much
