Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1063238

    There’s a testimonial slider about half way down this page: https://londonbusinesscoaching.com/time-and-productivity/

    On the first testimonial that loads there’s a white space below the headshot image that I’m trying to remove. Inspecting the page code suggests it’s the <br>s in between the testimonials that are causing the problem, but I don’t know how to hide or remove them.

    Thanks in advance for any help you can offer

    #1063454

    Hey Bryn1,
    I took a look at your page and found that this error only occurred on the first page load, if you cycle though the testimonies to the first one again the error doesn’t show.
    I wrote this css to correct the error, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 999px) { 
    #top.page-id-6600 #av_section_3 .avia-testimonial-wrapper {
    max-height: 187px !important; 
    height: 187px !important;
    }
    }

    Best regards,
    Mike

    #1063586

    That works perfectly. Thanks so much Mike! Really appreciate your help :)

    #1063606

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Testimonial Slider (Large) height problem’ is closed to new replies.