Hello
How can I make the product block static by lenght and size? Setting the number of characters of the titile doesn’t work. Some titles are longer and some shorter. https://i.imgur.com/RW4EH97.png
This topic has 7 replies, 2 voices, and was last updated 4 years, 3 months ago ago by iceball
Hello
How can I make the product block static by lenght and size? Setting the number of characters of the titile doesn’t work. Some titles are longer and some shorter. https://i.imgur.com/RW4EH97.png
Hello,
Thanks for using our theme.
Please provide URL of your site (use Private Content area) , maybe the desired result can be achieved using custom CSS code.
Regards
Thanks for your answer.
Add this 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
Thank you! its work good.
products that have a title line or two go down to the base. can they be raised to the level of the others product?
.content-product .product-title a{
min-height: 70px;
}
Regards
Thank you very much!
The issue related to '‘Product block size’' has been successfully resolved, and the topic is now closed for further responses