I would like an option to set a custom height for the google reviews slider widget. Now they are all set to fit the content which leads to inconsistency. With a custom height i could for example set them all to be 400px height.
2 Likes
Hi there @Launch_IT
Great idea, thanks for sharing! If this idea gets more votes, we’ll try to consider it in the future updates
I just came here to request this same feature. This needs more votes!! Right now, I hate how the slider changes it height for each review - It would be awesome to have that uniform across the board!
2 Likes
Hi @TechCA_Cafe_of_Life welcome to community
Currently, the only way to solve this is to reduce the preview text length a bit more in the review style settings.
And/or with a custom CSS solution.
Adjust the desired height depending on your needs. Please check if this workaround can bridge the gap until the widget update.
.swiper-autoheight{
min-height: 200px!important;
}
Please try it out and let me know if you like the result
2 Likes