This topic has 3 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Pit
Hello,
Is it possible to have all the products on the shop page in one line. The point is that the description should contain only 2 lines.
I send photo
Hello Pit,
Thank you for contacting us and for using XStore.
You can set “Title Limitation Type” – Lines (2) via Theme Options > WooCommerce > Shop > Products Design
Or
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;
}
.content-product .product-image-wrapper {
margin-bottom: 10px;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Thank you very much Rose for help.
Kindest regards
Tagged: products, shop, themes, woocommerce, wordpress
The issue related to '‘Products on the shop page in one line ?’' has been successfully resolved, and the topic is now closed for further responses