jennijenjen Posted June 15, 2021 Share Posted June 15, 2021 Site URL: https://recreare.squarespace.com/ Site: https://recreare.squarespace.com/ Password: recreare Hi! I'm using the new auto-content blocks and would like the list items or cards to be equal height. Super thankful for any suggestions or help! Thanks! Jenni Link to comment
tuanphan Posted June 16, 2021 Share Posted June 16, 2021 Hi. Add to Design > Custom CSS /* Equal list */ @media screen and (min-width:992px) { [data-section-id="60c7118e10d428741464fcb3"] { .list-item-content__description p:empty { display: none; } .list-item-content__description>p:first-child { min-height: 90px; } /* boxes 456 */ li.list-item:nth-child(n+4) h2.list-item-content__title { min-height: 90px; } }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Anaimation Posted October 8, 2021 Share Posted October 8, 2021 Hi, I used this code to make the height of these list cards equal: https://www.consuli.net/collaborators but it is not working for me since I am not using the titles (I need to add hyperlinks to the titles so I added them to the text body). Any clues? This is the code: /* Equal list */ @media screen and (min-width:992px) { [data-section-id="615dd1e21b099e0af9345102"] { .list-item-content__description p:empty { display: none; } .list-item-content__description>p:first-child { min-height: 90px; } /* boxes 456 */ li.list-item:nth-child(n+4) h2.list-item-content__title { min-height: 90px; } }} Link to comment
tuanphan Posted October 9, 2021 Share Posted October 9, 2021 8 hours ago, Anaimation said: Hi, I used this code to make the height of these list cards equal: https://www.consuli.net/collaborators but it is not working for me since I am not using the titles (I need to add hyperlinks to the titles so I added them to the text body). Any clues? This is the code: /* Equal list */ @media screen and (min-width:992px) { [data-section-id="615dd1e21b099e0af9345102"] { .list-item-content__description p:empty { display: none; } .list-item-content__description>p:first-child { min-height: 90px; } /* boxes 456 */ li.list-item:nth-child(n+4) h2.list-item-content__title { min-height: 90px; } }} Try this @media screen and (min-width:992px) { .user-items-list-item-container[data-section-id="615dd1e21b099e0af9345102"] .list-item-content__description { min-height: 250px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
christyprice Posted March 29, 2022 Share Posted March 29, 2022 Just wanted to update this post - Squarespace rolled out an update and you no longer need a code solution here. In the auto layout (list) section, just go to Edit Content > Design > Size & Space. Scroll to the bottom and there is now the option to make each item the same height under Position: couch_potato, CesO, Photograffix and 5 others 7 1 christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
Iwan Posted April 4, 2022 Share Posted April 4, 2022 @christyprice Hi Christy, thanks for the above...I just tried this...but now my buttons are not on the same horizontal?? 🙂 Please advise a fix? Link to comment
Iwan Posted April 4, 2022 Share Posted April 4, 2022 ps: @christyprice because one of my list items has a title that spreads over 2 lines... Link to comment
christyprice Posted April 4, 2022 Share Posted April 4, 2022 @Iwan you can either shorten your title or use the code fix @tuanphan gave above which targets only the description area tuanphan 1 christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
tuanphan Posted April 5, 2022 Share Posted April 5, 2022 15 hours ago, Iwan said: Ok, thank you Did you solve or still need help? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Iwan Posted April 5, 2022 Share Posted April 5, 2022 @tuanphan I still need help please, my buttons do not line up. Also, please can you help me change the font family of my image and video captions - as well as my header navigation menu items...they all need to be DIN CONDENSED... Thank you! Link to comment
tuanphan Posted April 6, 2022 Share Posted April 6, 2022 23 hours ago, Iwan said: @tuanphan I still need help please, my buttons do not line up. Also, please can you help me change the font family of my image and video captions - as well as my header navigation menu items...they all need to be DIN CONDENSED... Thank you! Can you share link to page where you have problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Iwan Posted April 6, 2022 Share Posted April 6, 2022 Thank you, on the homepage of https://beige-oleander-mp66.squarespace.com/ The caption text under the image in the middle of the page... password tuansqsp ALSO, please see below that...there are three list blocks next to each other...I need the buttons on the same horizontal so all three blocks look the same and are lined up? Please Tuan. Link to comment
tuanphan Posted April 7, 2022 Share Posted April 7, 2022 17 hours ago, Iwan said: Thank you, on the homepage of https://beige-oleander-mp66.squarespace.com/ The caption text under the image in the middle of the page... password tuansqsp ALSO, please see below that...there are three list blocks next to each other...I need the buttons on the same horizontal so all three blocks look the same and are lined up? Please Tuan. I think I provided code for both questions on another topic...You try checking all Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Iwan Posted April 7, 2022 Share Posted April 7, 2022 Hi Tuan, yes, but please see attached...the buttons now sit right on the edge of the boxes...I need there to be space under the buttons...as much space between the titles and the top of the boxes, please Link to comment
Iwan Posted April 8, 2022 Share Posted April 8, 2022 @christyprice Hi Christy, hope you're able to help? @tuanphan assisted with a code to bring the buttons into the same horizontal, but now there is now space under the buttons so they sit the same distance as the titles from the top border? Please? Link to comment
christyprice Posted April 8, 2022 Share Posted April 8, 2022 (edited) @Iwan you should be able to adjust this without code. In the section settings look under the design tab and then go to spacing- you can adjust all the spacing manually. This should work unless the code you are using overrides it. Edited April 8, 2022 by christyprice tuanphan 1 christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
Iwan Posted April 10, 2022 Share Posted April 10, 2022 It's okay, I got this right. But @tuanphan please can you help show me how to create space under these buttons: Link to comment
tuanphan Posted April 12, 2022 Share Posted April 12, 2022 On 4/10/2022 at 4:23 PM, Iwan said: It's okay, I got this right. But @tuanphan please can you help show me how to create space under these buttons: You mean space under buttons? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Iwan Posted April 12, 2022 Share Posted April 12, 2022 It's okay, thank you, I figured it out myself 🙂 Link to comment
Iwan Posted April 12, 2022 Share Posted April 12, 2022 Btw, @tuanphan, do you know anything about integrating Acuity Scheduling with Squarespace? 🙂 Link to comment
tuanphan Posted April 13, 2022 Share Posted April 13, 2022 23 hours ago, Iwan said: Btw, @tuanphan, do you know anything about integrating Acuity Scheduling with Squarespace? 🙂 Hi. I haven't worked with Acuity Scheduling yet. You try asking @christyprice Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Iwan Posted April 13, 2022 Share Posted April 13, 2022 Thank you very much @tuanphan 🙂 Link to comment
AshaDC Posted April 21, 2022 Share Posted April 21, 2022 Hi @tuanphan Same problem - want to match the sizes for all auto layout cards. https://www.decisive-momentum.co.uk/ Link to comment
tuanphan Posted April 22, 2022 Share Posted April 22, 2022 20 hours ago, AshaDC said: Hi @tuanphan Same problem - want to match the sizes for all auto layout cards. https://www.decisive-momentum.co.uk/ Hi. What is access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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