Topic Resolution: Resolved
  • Open
  • January 9, 2021 at 9:29 pm #45696

    Wordpress version: 5.6
    Theme version: Evolve Plus version 3.0

    The testimonials section height starts with the “proper height”, but it kind of double height when switching to the 2nd testimonial. Then it stays that way.
    Page to see the problem (at the bottom): http://www.monsieurpc.ca

    It seems that the theme is trying to load an invisible avatar and add a blank space, which results in a too high section. But maybe I am wrong about this, it’s just a guess.

    See the images below
    Expected height to have: https://prnt.sc/wjx6a5
    Bugged height after switching to 2nd testimonial: https://prnt.sc/wjx6wf

    So far, the only plugin running on my website is Coblocks for Gutenberg.

    Evgeny
    Keymaster
    Posts: 982
    January 9, 2021 at 9:41 pm #45697

    Hi. Use this in Additional CSS (Customizer section):

    .carousel-inner {
    height: unset!important;
    }

    It will solve the problem. Let me know if you need anything else.

    Pascal Malenfant Tremblay
    Spectator
    Posts: 1
    January 9, 2021 at 11:17 pm #45698

    It worked. This is awesome!
    Thanks a lot 🙂