Viewing 3 reply threads
You must be logged in to reply to this topic.
I’m using “Testimonial (Carousel)” on my page with Tower theme. I have six testimonials. The first one to render after a browser refresh doesn’t display the name or the staff position. The area above the little “o o o o o o” buttons isn’t tall enough.
The second testimonial to render changes the height of the row, and now the text, name, and position all have room to show. When the carousel rotates back to the first testimonial again, it makes the row tall enough to see everything. It’s just the first display of the first testimonial were the row isn’t tall enough.
How can I fix this?
Hello,
Can you please send us a link here is this running?
Best regards!
Hello,
Sorry for the late reply. Please add this code into your custom css box:
.wpb_content_element.testimonial_carousel_element {
min-height: 200px;
}
Let us know if the issue persists.
Best regards!
You must be logged in to reply to this topic.