Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331193

    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

    #331280

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.