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
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
Good to go, thank you!