Reply 326489 to: Make the elementor products widget the same height

Avatar: Rose Tyler
Rose Tyler
Support staff
June 22, 2022 at 06:36

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.