This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi!
Please check this image: https://www.loom.com/i/19cc7f98594942c39acbaa2c443c8ccd
Is it possible to make all productboxes the same height?
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
display: flex;
justify-content: center;
}
.products-loop .ajax-content, .products-loop {
display: flex;
flex-wrap: wrap;
flex: 1;
}
.content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
}
.content-product .quantity-wrapper {
margin-right: auto;
margin-left: auto;
}
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
Regards
Yes! That works! Thanks!
You’re welcome!
Regards
The issue related to '‘Same height product boxes’' has been successfully resolved, and the topic is now closed for further responses