danegrady Posted November 18 Share Posted November 18 I have have a code that allowed me to stack the product images, instead of a carousel display on mobile. However you can still swipe on the images. Is there any code to disable that swiping effect? Link to comment
tuanphan Posted November 20 Share Posted November 20 Hi, Can you share link to a product + which code did you use? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
danegrady Posted November 20 Author Share Posted November 20 yes, https://www.danegrady.com/printshop/p/pulse @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: none !important; } .ProductItem-gallery-current-slide-indicator { display: none; } .ProductItem-gallery-slides-item { position: static !important; height: auto !important; width: 100% !important; visibility: initial !important; } img.ProductItem-gallery-slides-item-image { width: 100% !important; height: auto !important; left: 0 !important; } .ProductItem-gallery-slides:before { padding-bottom: 0 !important; } .ProductItem-gallery-scroll { display: none !important; } } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment