Tagged: CSS, enfold, help, testimonials
Hi Guys
Is it possible to increase the size of the testimonial image size and still keep the image rounded?
Current: 80x80px
Required: 120x120px
Many Thanks
Jonathan
Hey jono713!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-testimonial-image, .avia-testimonial-image img { width: 120px; height: 120px; }
Best regards,
Yigit
Thanks Guys