DreamrW Posted May 30, 2022 Posted May 30, 2022 Site URL: https://alpaca-rose-3nt8.squarespace.com/packages Is there a way to make the bottom list item 'Add Ons' fill the width of the screen? https://alpaca-rose-3nt8.squarespace.com/packages Weddings2022
Beyondspace Posted May 30, 2022 Posted May 30, 2022 4 hours ago, DreamrW said: Site URL: https://alpaca-rose-3nt8.squarespace.com/packages Is there a way to make the bottom list item 'Add Ons' fill the width of the screen? https://alpaca-rose-3nt8.squarespace.com/packages Weddings2022 You can try the following code section[data-section-id="6288cac9b1d0531cd7c14e2e"] li:last-child { grid-column: 1/-1; } Let me know how it works on your site 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
DreamrW Posted May 30, 2022 Author Posted May 30, 2022 28 minutes ago, bangank36 said: You can try the following code section[data-section-id="6288cac9b1d0531cd7c14e2e"] li:last-child { grid-column: 1/-1; } Let me know how it works on your site So this happened... 😞
Beyondspace Posted May 30, 2022 Posted May 30, 2022 6 hours ago, DreamrW said: So this happened... 😞 Have you added my code on your site? I check it does not exist currently. BTW, here is my testing 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
DreamrW Posted June 7, 2022 Author Posted June 7, 2022 On 5/31/2022 at 12:26 AM, bangank36 said: Have you added my code on your site? I check it does not exist currently. BTW, here is my testing I tried again and got the same result. Have a look now, I'll keep it there for you to see.
Beyondspace Posted June 9, 2022 Posted June 9, 2022 I check that you add not exact my code The right one is section[data-section-id="6288cac9b1d0531cd7c14e2e"] li:last-child { grid-column: 1/-1; } 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
DreamrW Posted June 21, 2022 Author Posted June 21, 2022 On 6/9/2022 at 6:41 AM, bangank36 said: I check that you add not exact my code The right one is section[data-section-id="6288cac9b1d0531cd7c14e2e"] li:last-child { grid-column: 1/-1; } Still not working 😞 Do I add that in custom css or page header? I've tried the former and it's still not aligning correctly...
DreamrW Posted June 21, 2022 Author Posted June 21, 2022 On 5/30/2022 at 5:29 PM, bangank36 said: You can try the following code section[data-section-id="6288cac9b1d0531cd7c14e2e"] li:last-child { grid-column: 1/-1; } Let me know how it works on your site
Beyondspace Posted June 21, 2022 Posted June 21, 2022 Have you changed the site-wide password, it alerts wrong password at the moment. Kindly try the following code instead of the old one section[data-section-id="6288cac9b1d0531cd7c14e2e"] li:last-child { /*grid-column: 1/-1;*/ grid-column-start: 1; grid-column-end: -1; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment