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

Hey everyone :wave:

We’re happy to say that this option is already available in the widget!!!

Check this post for more details - Reviews: Align Review Cards by Height in Carousel and Grid layouts! 🔥

2 Likes