This topic has 2 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
Hi!
Please check https://www.diamondflame.nl/shop/
Is there a code a can use to make the columns equal height in a product grid on mobile view?
I used this code but this does not work for mobile view:
.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;
}
Hello,
Clear cache of your mobile browser and check one more time. If the result in not what you are looking for, provide a screenshot and describe the desired result in more detail.
Regards
Tagged: best selling, columns, grid, height, mobile, product, themes, woocommerce
The issue related to '‘same height columns with product grid on mobile view’' has been successfully resolved, and the topic is now closed for further responses