eminjay Posted March 3, 2022 Share Posted March 3, 2022 Site URL: https://www.steinadlerlaw.com/our-team Hi all, I'm trying to align the "Read their full bio" buttons to the bottom of the columns in a 4-column staff page. Maybe I'm not targeting the flexbox right? I'd love any thoughts you might have. Thank you! https://www.steinadlerlaw.com/our-team Link to comment
tuanphan Posted March 6, 2022 Share Posted March 6, 2022 On 3/4/2022 at 4:14 AM, eminjay said: Site URL: https://www.steinadlerlaw.com/our-team Hi all, I'm trying to align the "Read their full bio" buttons to the bottom of the columns in a 4-column staff page. Maybe I'm not targeting the flexbox right? I'd love any thoughts you might have. Thank you! https://www.steinadlerlaw.com/our-team Add to Design > Custom CSS /* Our team page */ @media screen and (min-width:992px) { body#collection-621faf754222aa60131c64af { li:nth-child(-n+4) .list-item-content__text-wrapper { min-height: 290px; } li:nth-child(n+5) .list-item-content__text-wrapper { min-height: 370px; }} } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment