Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1009138

    Hello. Looking at the testimonials on the home page, on media queries 414px and below, the “next arrows” are not visible. I’ve tried to bring them in my adjust left/right margins, but they never come into view.

    Thanks,
    Ryan

    #1009461

    Hey WP Turned,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .avia-slideshow-controls a {
        display: block;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #1009497

    Good to go, thank you!

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