mbdtw8 Posted March 19, 2022 Share Posted March 19, 2022 Hi everyone! Just moved to 7.1 but realised that there's no "stacked' option in mobile for the images in all product pages. The options available are restricted to carousel and full square size. I was hoping to find some answers for this. I'd very much appreciate it! Thank you in advance. Link to comment
Solution tuanphan Posted March 21, 2022 Solution Share Posted March 21, 2022 Add to Design > Custom CSS @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; } } Begona and meguano 2 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
mbdtw8 Posted March 22, 2022 Author Share Posted March 22, 2022 Works like a charm, thank you so so much! Link to comment
meguano Posted February 1 Share Posted February 1 Thank you so much!! Love the stacked 🙂 tuanphan 1 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