cariboustudio Posted February 27 Share Posted February 27 Hi, I'm trying to get 2 images side by side on my product pages with the SIMPLE display, on desktop view. Is there a code that would let me do this? Thanks Link to comment
tuanphan Posted March 2 Share Posted March 2 I used to help a member solve this, so if you share link to a product in screenshot, I can give some CSS code to achieve it Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
cariboustudio Posted March 4 Author Share Posted March 4 Hi! Here is the link : https://caribou.studio/boutique/p/casquette-bouffon-2023 Thanks Link to comment
Solution tuanphan Posted March 7 Solution Share Posted March 7 On 3/5/2024 at 2:37 AM, cariboustudio said: Hi! Here is the link : https://caribou.studio/boutique/p/casquette-bouffon-2023 Thanks You can use this code to Website > Website Tools > Custom CSS /* All devices */ .ProductItem-gallery-slides { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 5px 5px; } .ProductItem-gallery-slides:before { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
cariboustudio Posted March 7 Author Share Posted March 7 Hi! It works! Thanks so much 🙂 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