Home › Forums › Space themes support forum › The same height of the product cards › Reply To: The same height of the product cards
October 18, 2021 at 6:34 am
#325874
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.xts-prod-design-icons-alt .xts-product {
height: 100%;
display: flex;
flex-direction: column;
}
.xts-prod-design-icons-alt .xts-product-content {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.xts-prod-design-icons-alt .xts-product-content-footer {
margin-top: auto;
}
Kind Regards