This topic has 2 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Rose Tyler
I was looking to make the products on the elementor products widget the same height. Support had previously provided css for the WooCommerce Shop Page, but I need the same result for the elementor widget.
Hello,
Add the next code in Theme Options > Theme custom CSS:
.swiper-container .content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
padding: 0px 15px;
}
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
Regards
Tagged: best selling, elementor, height, products, themes, widget, woocommerce
You must be logged in to reply to this topic.Log in/Sign up