• Hi,

    Thank you for this brilliant theme! I was wondering if there’s a way to fix the height for the Testimonials section. I have testimonials of different lengths, so every time the slider advances, everything beneath that section jumps up and down, making it a pain to read (and write, for the contact section).

    Any method to disable automatic sliding of this section would work as well.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Themes4WP

    (@themes4wp)

    Hi

    You can use this CSS code to fix the height (edit the height – the highest testimonial):

    .item blockquote {
        min-height: 400px;
    }
    Thread Starter dsjoel

    (@dsjoel)

    Thanks! The code you suggested did the trick for computer browsers but did not change anything on mobile devices. So I tried:

    #quote-carousel {
        height: 400px;
    }

    … which made the whole section look funny (on mobile) but at least saved the following sections from jumping up and down. I’ll stick with that till a better solution comes around.

    Speaking of a better solution: It would be handy to have an option to disable automatic functioning of this carousel. It doesn’t make much sense to have the thing spinning away while someone is trying to type a message down in the contact section.

    Theme Author Themes4WP

    (@themes4wp)

    The PRO version contains this feature.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fixed height for Testimonials?’ is closed to new replies.