Tagged: mobile, testimonials
Hello. On media queries 480px and below, the testimonial images disappear. Not good, considering this impacts iPhone 6/7/8 in portrait mode.
Thank you.
Hey WP Turned,
Thank you for contacting us :)
We will try to add this back in our next update. To display the images for now please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
@media only screen and (max-width: 479px) {
.responsive .avia-testimonial-image {
width: 100px;
height: 100px;
background-repeat: no-repeat;
}}
/* End CSS */
Best regards,
Vinay