firsttimecaller Posted February 7, 2022 Posted February 7, 2022 Long time use of the forum, maybe the first time I can not find an answer or nugget of an answer. My client wants a gallery block with different numbers of images on each row. row 1: 3 images row 2: 2 images row 3: 3 images row 4: 2 images I need it to be in the gallery block so I can use the lightbox. I have been digging into the CSS and googleing but I can't find much of anything. I don't know if this one is possible. Thanks in advance. Beyondspace 1
Beyondspace Posted February 7, 2022 Posted February 7, 2022 53 minutes ago, firsttimecaller said: Long time use of the forum, maybe the first time I can not find an answer or nugget of an answer. My client wants a gallery block with different numbers of images on each row. row 1: 3 images row 2: 2 images row 3: 3 images row 4: 2 images I need it to be in the gallery block so I can use the lightbox. I have been digging into the CSS and googleing but I can't find much of anything. I don't know if this one is possible. Thanks in advance. Can you share your site with the protected password so We can take a look at your issue? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
firsttimecaller Posted February 8, 2022 Author Posted February 8, 2022 Sure. It is the gallery block on this page. https://green-coyote-gf8a.squarespace.com/a-long-and-echoing-light-2 pass: abc
tuanphan Posted February 13, 2022 Posted February 13, 2022 On 2/9/2022 at 1:44 AM, firsttimecaller said: Sure. It is the gallery block on this page. https://green-coyote-gf8a.squarespace.com/a-long-and-echoing-light-2 pass: abc Try adding to Design > Custom CSS @media screen and (min-width:901px) { div#block-9e1c2dec14d2b5a72351 { .slide { clear: none !important; } .slide:nth-child(5n), .slide:nth-child(5n+4) { width: 50% !important; } .slide:nth-child(5n+4) {clear: left !important;} }} firsttimecaller 1 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!)
firsttimecaller Posted February 14, 2022 Author Posted February 14, 2022 Oh wow this is great thank you. Now I trying to get the rows either centered. Thanks again!
tuanphan Posted February 19, 2022 Posted February 19, 2022 On 2/15/2022 at 1:22 AM, firsttimecaller said: Oh wow this is great thank you. Now I trying to get the rows either centered. Thanks again! Do you still need help? 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