On the site listed in Private Content area for this post, there is a testimonial slider under the layerslider. When a testimonial is two lines long then the rest of the content on the page is pushed down until the next testimonial comes along. Is there a way to add padding or a margin to an element to assume that all quotes are two lines long and not push content down on the page? The testimonial #8 is 2 lines long and should display this issue if you watch the page for a minute.
Hey tylrsmllr!
Thank you for using the theme.
You can add a minimum height to the testimonial wrapper. Add this on Quick CSS:
#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial {
min-height: 130px;
}
Adjust the height if necessary.
Cheers!
Ismael
Perfect. That worked very nicely. Thanks!