Hello,
since the last update on version 3.0.0 I am using the new look oft the “customer review” section. Desktop Version looks good and works very well but on mobile version the font is much too large. Please check http://www.timourban.de on the bottom.
kind regards
Timo Urban
Hey TimoUrban!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-testimonial-content p {
font-size: 13px;
}
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0px 70px;
}}
Regards,
Yigit