Hello there,
I would like to have different high for a color section for smaller devices because I have testimonials that are not the same length and it bothers because they change my section high every rotation. I added custom hight and make it good for a desktop but still, I have the same issue for mobile device and if I add more hight I am going to make a big gap for a desktop monitor.
Hey mojanoski,
There is not much that can be done if the amount of text is different, but we can reduce the whitespace around the text to make it look a bit better.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0px 20px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria