An option to set reviews' height manually

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 :wave:

I cannot but agree that this functionality would bring much value. We’ll aim to include this idea in our future updates :slightly_smiling_face:

Thank you immensely for sharing your insights with us, and a warm welcome to the Community! :heart:

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 :wave:

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