hello is it possible to adjust products on the catalogue?
This topic has 8 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
hello is it possible to adjust products on the catalogue?
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
hello, thank you for you reply
is it possible to align the text? At the top and leave a space between name and price.
Hello,
Could you provide URL of the mentioned page?
Regards
Hello,
Add the below code to Theme Options > Custom CSS
.content-product .product-title a {
line-height: 2.5ex !important;
min-height: 7.5ex;
}
Regards
that is Great!
thank you!
You are welcome.
Regards
The issue related to '‘adjust product frame’' has been successfully resolved, and the topic is now closed for further responses