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.
Site URL: hidden Theme version: 8.2Hello,
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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.