Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #442767

    At the bottom of my homepage I have a testimonial slider with all of my testimonials. All of the testimonials are obviously different lengths and I noticed that the section height adjusts for each of them by going up and down. I realize that this is the way this element works but is there some quick css you can provide me that will have the section stay one size to accommodate for the longest testimonial so it doesn’t get larger and smaller? Thanks!

    #443336

    Hey djshortkut!

    Please add following code to Quick CSS

    .avia-testimonial-row {
      min-height: 506px;
    }

    Best regards,
    Yigit

    #443353

    That fixed it, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Testimonial Slider Question’ is closed to new replies.