0
Answered
How to Config Standard Height of Review Slider
Hi - I've set up my first template as a slider with 3 reviews in a row.
Is there a way to standardise the height of the review regardless of the number of words/characters in the reviews?
I have tried looking through other topics, I have also tried the "Allow reviews height to be changed?" setting, and I have also de-activated and re-activated the PRO plugin and have not had any success.
I'd prefer not to have to create a child theme if it is avoidable.
I'm keen to hear our thoughts.
Regards,
Arzabar
Customer support service by UserEcho
Have you tried this setting?
You can also do this...
https://wpreviewslider.userecho.com/en/knowledge-bases/2/articles/445-vertical-scrollbar-on-review-to-control-height
Hi @josh,
Yes, I tried the standard config options.
The article helped. I ended up with custom css as follows
p.wpproslider_t6_P_4.wprev_preview_tcolor1_T6 {
max-height: 500px;
min-height: 150px;
overflow-y: auto;
padding-right: 2px;
}