Tagged: slider, testimonials
Is there a filter or something to stop the auto-height of the slider for testimonials?
Hey thatryan,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Thanks, link in private content.
Hey!
Please use this in custom css it will make the long testimonials scroll however feel free to adjust the height 200px to suit your design.
/* Testimonial fixed height*/
.avia-testimonial-content {
max-height: 200px;
height: 200px;
overflow-y: auto;
}
Best regards,
Vinay Kashyap