This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago ago by ziga32
How can I make this bottom aligned?
https://i.imgur.com/zEtw86L.png
Hello,
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
great, thank you
The issue related to '‘Bottom aligned products’' has been successfully resolved, and the topic is now closed for further responses