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

    Hi –

    This is my original thread – https://kriesi.at/support/topic/background-section-proportions/#post-592852

    I closed it but my client wasn’t happy so I have to reopen this section.

    I need the “testimonials” section of my one page website to have a fixed height. Because the testimonials are different lengths the page jumps which you will see – the issue is there is a contact form on the bottom so when someone s trying to fill it out the page jumps…

    Can you please help me to make the “testimonials” section to have a fixed height so it does not make the contact form jump?

    Thanks

    #593640

    Hi mcraig77!

    Please use the below css to make all testimonials same height and scroll the ones that are long.

    #top .avia-testimonial-content {
        max-height: 200px;
        height: 200px;
        overflow-y: auto;
    }

    Cheers!
    Vinay Kashyap

    #593641

    Hey mcraig77,

    Please try the following in Quick CSS:

    #top .avia-slider-testimonials.avia-testimonial-wrapper {
        height: 500px !important;
        max-height: 500px !important;
    }

    Best regards,
    Rikard

    #593873

    Thanks!

    #593927

    Hi!

    Glad you got it short out.
    Let us know if we can do anything else to assist you.

    Regards,
    Basilis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Testimonials section area fixed height’ is closed to new replies.