afettere Posted July 2, 2023 Posted July 2, 2023 Curious if there is a css trick to make all three of the boxes for my services are the same height. The page resizes each independently, which results in a poorly formatted page like this:
Solution tuanphan Posted July 3, 2023 Solution Posted July 3, 2023 Add to Design > Custom CSS /* align boxes */ .user-items-list-item-container[data-section-id="649f4fd006d44556b81210e1"] { @media screen and (min-width:1275px) { li { background-color: #253551; } .list-item-content__description { min-height: 190px; } } @media screen and (max-width:1274px) and (min-width:768px) { h2 { min-height: 80px; } .list-item-content__description { min-height: 220px; } a.list-item-content__button { min-height: 80px; display: flex; align-items:center; justify-content: center; }}} 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment