Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #419428

    H team,

    I have the follwoing quick css code for removing the testimonial slider arrows on smartphones for a better reading experience:

    @media only screen and (max-width: 480px) {
    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row {
    width: 140%;
    left: -60px;
    }

    Unfortunately, the gap between the testimonial name and the text is too big. How can I reduce it? (please see the screenshot)

    http://webigami.de/bvo/

    Thanks and cheers,
    Jan :)

    #419432

    Hey Jan! :)

    You forgot to post the password to your page :)

    Cheers!
    Yigit

    #419434
    This reply has been marked as private.
    #419442

    Hey!

    Please add following code to Quick CSS as well

    .avia-testimonial-image {
      display: none;
    }

    Best regards,
    Yigit

    #419494

    Hey Yigit,

    great, without the image it looks much butter.

    Thank you for this rocket-fast support! :)

    Cheers,
    Jan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Gap bewtween Testimonial Text and Name’ is closed to new replies.