DreamrW Posted May 30, 2022 Share 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 Link to comment
Beyondspace Posted May 30, 2022 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
DreamrW Posted May 30, 2022 Author Share 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... 😞 Link to comment
Beyondspace Posted May 30, 2022 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
DreamrW Posted June 7, 2022 Author Share 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. Link to comment
Beyondspace Posted June 9, 2022 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
DreamrW Posted June 21, 2022 Author Share 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... Link to comment
DreamrW Posted June 21, 2022 Author Share 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 Link to comment
Beyondspace Posted June 21, 2022 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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