Tagged: testimonial
Hi!
Is it possible to remove the big whitespace that is between each line in the testimonial slider?
Thank you!
Hi C-LabMX!
Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #av-layout-grid-1 .flex_cell {
border: none!important;
}
Regards,
Yigit
Hi Yigit!
It didn’t worked, any ideas?
Hey!
Please try the following instead:
#top .av-large-testimonial-slider .avia-testimonial-content {
line-height: 1em !important;
}
Cheers!
Rikard
Worked great Rikard!
Thank you!