How to fix this? Also, How to make the product on the shop page equal in heights when one product has a bigger title? Take a look at this https://prnt.sc/t4hv3t
This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
How to fix this? Also, How to make the product on the shop page equal in heights when one product has a bigger title? Take a look at this https://prnt.sc/t4hv3t
Hello,
I can see the icon – http://prntscr.com/t4rp53 Please clear cache and check one more time. If this is not solved, provide URL of page where I will be able to see the problem.
Use the next custom CSS code:
.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;
}
Regards
The issue related to '‘Basket is not showing in add to cart button on shop page.’' has been successfully resolved, and the topic is now closed for further responses