Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter melanie71

    (@melanie71)

    I have worked out question 3. above, but if you’re able to assist with the other points that would be great!

    Plugin Contributor Chris Dillon

    (@cdillon27)

    1. The slideshow sets the height of the container to match the tallest slide. Otherwise, the bottom of the container will either bounce up and down or the container will not be tall enough, depending on other style rules in your theme.

    Try this CSS to remove some of the space:

    .tcycle .testimonial-widget {
      margin-bottom: 0;
    }

    Using testimonials of about the same length or using a shorter length limit may help too.

    2. Can you be more specific?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display options for Testimonials’ is closed to new replies.