skalison Posted August 1, 2022 Posted August 1, 2022 Site URL: https://penguin-daisy-j23y.squarespace.com/ Can anyone help me figure out how I can build a product page layout that looks like the attached - 3 images in a grid type format with the product details on the right side? pw: MYNDY123 Thank you!
Beyondspace Posted August 1, 2022 Posted August 1, 2022 (edited) 3 hours ago, skalison said: Site URL: https://penguin-daisy-j23y.squarespace.com/ Can anyone help me figure out how I can build a product page layout that looks like the attached - 3 images in a grid type format with the product details on the right side? pw: MYNDY123 Thank you! I think you can try using this layout and use some Css code to set the first image has 100% width, the other images have only 50% width of the image wrapper. Edited August 1, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
skalison Posted August 2, 2022 Author Posted August 2, 2022 On 8/1/2022 at 12:28 AM, bangank36 said: I think you can try using this layout and use some Css code to set the first image has 100% width, the other images have only 50% width of the image wrapper. @bangank36Thanks! Do you mind sharing how I could do this - I've tried a few things but it's impacting every image and I'm not sure how to separate them.
Beyondspace Posted August 2, 2022 Posted August 2, 2022 2 hours ago, skalison said: @bangank36Thanks! Do you mind sharing how I could do this - I've tried a few things but it's impacting every image and I'm not sure how to separate them. Try adding to Home > Design > Custom Css .ProductItem-gallery-slides { display: flex; flex-wrap: wrap; justify-content: space-between; } .ProductItem-gallery-slides-item:nth-child(n+4) { width: 48%; } Let me know how it works on your site Support me by pressing 👍 if this useful for you skalison 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted August 2, 2022 Posted August 2, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
skalison Posted August 3, 2022 Author Posted August 3, 2022 10 hours ago, bangank36 said: Try adding to Home > Design > Custom Css .ProductItem-gallery-slides { display: flex; flex-wrap: wrap; justify-content: space-between; } .ProductItem-gallery-slides-item:nth-child(n+4) { width: 48%; } Let me know how it works on your site Support me by pressing 👍 if this useful for you @bangank36 This works great!! You are the best. Would you also know how I can position the accordion menu underneath the Add to Bag button?
Beyondspace Posted August 3, 2022 Posted August 3, 2022 3 hours ago, skalison said: @bangank36 This works great!! You are the best. Would you also know how I can position the accordion menu underneath the Add to Bag button? Where do you want to display it? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
skalison Posted August 3, 2022 Author Posted August 3, 2022 13 hours ago, bangank36 said: Where do you want to display it? @bangank36 I've attached a screenshot, but essentially bringing it up below the "add to bag" button to it sits next to the images instead of below them.
Beyondspace Posted August 4, 2022 Posted August 4, 2022 On 8/4/2022 at 2:25 AM, skalison said: @bangank36 I've attached a screenshot, but essentially bringing it up below the "add to bag" button to it sits next to the images instead of below them. It looks you have figured it out, right? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
amypatsalides Posted July 25 Posted July 25 I'm trying to do something similar to this with 4 images in a grid to the left https://lociwear.com/products/womens-oversized-t-shirt?color=black - would anyone have any advice on this?
tuanphan Posted July 27 Posted July 27 On 7/25/2024 at 11:46 PM, amypatsalides said: I'm trying to do something similar to this with 4 images in a grid to the left https://lociwear.com/products/womens-oversized-t-shirt?color=black - would anyone have any advice on this? What is your site url? We can check easier Or you can use this code to Website Tools > Custom CSS /* Desktop Only */ @media screen and (min-width:992px) { .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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment