Mirabile Posted August 26, 2021 Share Posted August 26, 2021 Site URL: https://www.mackenziearchitects.com Hello! Wondering if there's any way to make list items a consistent height (see image below). Grey boxes with text sometimes are all one height, sometimes not, depending on the screensize. This can make the design look wonky. I understand that part of this is bc the template is responsive - which is awesome - but curious if there's still any way to encourage a baseline height consistency...? Thanks for any tips. Link to comment
BlayneG87 Posted August 28, 2021 Share Posted August 28, 2021 Just curious if you were able to resolve this? I'm having the same issue. Depending on how much content is in my list description - they end up being uneven. Link to comment
tuanphan Posted August 29, 2021 Share Posted August 29, 2021 On 8/26/2021 at 8:42 PM, Mirabile said: Site URL: https://www.mackenziearchitects.com Hello! Wondering if there's any way to make list items a consistent height (see image below). Grey boxes with text sometimes are all one height, sometimes not, depending on the screensize. This can make the design look wonky. I understand that part of this is bc the template is responsive - which is awesome - but curious if there's still any way to encourage a baseline height consistency...? Thanks for any tips. Add to Design > Custom CSS /* equal list items height */ body.homepage .list-item-content { min-height: 290px; } @BlayneG87 Can you share link to your site? We can help easier 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!) Link to comment
BlayneG87 Posted August 29, 2021 Share Posted August 29, 2021 @tuanphan It's https://bigkidbakesale.squarespace.com/ Password: bigkidbakesale Thanks! Link to comment
tuanphan Posted August 31, 2021 Share Posted August 31, 2021 On 8/30/2021 at 6:14 AM, BlayneG87 said: @tuanphan It's https://bigkidbakesale.squarespace.com/ Password: bigkidbakesale Thanks! Hi, Where is list section? I don't see it on homepage 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!) Link to comment
BlayneG87 Posted September 1, 2021 Share Posted September 1, 2021 @tuanphan Hi, it is on the Shop page. Link to comment
tuanphan Posted September 1, 2021 Share Posted September 1, 2021 5 hours ago, BlayneG87 said: @tuanphan Hi, it is on the Shop page. Add to Shop Page Header (To open Shop Page Header > Hover Shop on Pages > Main Navigation > Click Gear Icon > Advanced) <style> /* - This code will set min height for all elements - Depend the title/text, you can adjust these values */ @media screen and (min-width:992px) { /* list title */ h2.list-item-content__title { min-height: 100px; } /* list text */ .list-item-content__description { min-height: 100px; } } </style> 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!) Link to comment
BlayneG87 Posted September 3, 2021 Share Posted September 3, 2021 Thank you @tuanphan! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.