We need to be able to control the reviews’ height
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.
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! ![]()
Would love this too please… the content under the testimonials keeps moving up and down as it auto-slides
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 Style tab of your widget’s settings:
.es-review-container {
min-height: 520px;
}
That did that trick, thanks Max.