Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #960544

    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.

    #960618

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.