Hello everyone,
I’m using the newest enfold theme with a enfold child theme. I’ve added a testimonial grid on my site, but the testimonial images aren’t display on smaller devices. I’d be happy, if you can help me with a CSS-solution for my problem please. Thank you in advance.
Kindly regards
Ok, found the solution by myself:
@media only screen and (max-width: 767px) {
.avia-testimonial-image { height:60px !important; width:60px !important; float:left !important; margin-right:10px !important; }
.responsive .avia-grid-testimonials .avia-testimonial-meta { margin-left:70px !important; }}