Make reviews of the same height

In the Carousel layout, reviews are of the chaotic height. However, I’d like to achieve a cleaner look.

Here is the CSS code that helped:

.swiper-wrapper {
height: 100% !important;
align-items: stretch !important;
}

.es-carousel-layout-item,
.es-review-container {
height: 100% !important;
}

Please add such controls to settings. Thank you!

1 Like