Viewing 5 reply threads
You must be logged in to reply to this topic.
Codeless Support,
I’m wondering if there’s any way to set a fixed height on the Testimonials Carousel element. The issue we’re having is the row that encompasses this element is dynamically adjusting to match the height of the carousel, which makes it difficult to interact with a clients carousel that we have in a row directly below it since it keeps changing position. If it matters, we have two Custom Heading elements directly above the Testimonials element in the same row. I have tried setting a fixed height on the row with CSS and the Extra Class Name setting, but this did not have any effect.
Thanks.
Hello,
Yes, it can be fixed.Please send us the link where you have the testimonials, so i can give you the precise code to add.
Best regards!
Hello,
Please add this code into your custom css box:
@media (min-width: 1101px){
#fws_5655932734b19 .container { height: 229px !important;}
}
Let us know.
Best regards!
Mihalia,
Not entirely sure if I did it correctly, but that did not seem to work. What I ended up doing was giving the row an extra class name of tstmnrow and putting .tstmnrow {height:225px;} in the custom CSS of the page and that ended up fixing it. Thank you very much for putting me on the right track.
Kyle
You must be logged in to reply to this topic.