This topic has 6 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler
How can I align it?
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
same continues
Provide URL of page with the problem, please.
Regards
How can I align it?
Clear cache and check the result of custom CSS code.
I’ve checked page of Lotus Çiçeği Şekilli Ayarlanabilir Kadın Yüzük product on your site. Your images of products have different size. Please read this article – https://www.8theme.com/documentation/xstore/woocommerce/product-images/ It is recommended to use a graphics editor and prepare product images (make them the same size) before uploading images to your media gallery.
Regards
You must be logged in to reply to this topic.Log in/Sign up