We need to be able to control the reviews’ height
1 Like
I agree. Other widgets have the ability to set the height of all reviews to the height of the tallest one. I wish we could do that here.
2 Likes
Hello @user3763
I cannot but agree that this functionality would bring much value. We’ll aim to include this idea in our future updates
Thank you immensely for sharing your insights with us, and a warm welcome to the Community!
1 Like
Would love this too please… the content under the testimonials keeps moving up and down as it auto-slides
2 Likes
Hi there, @user22163
Thank you so much for upvoting the idea!
While this option isn’t available in the settings, you can align the testimonials by height using this code in the Custom CSS field on the Appearance tab of your widget’s settings:
.es-review-container {
min-height: 520px;
}
2 Likes
That did that trick, thanks Max.
2 Likes