At the bottom of my website I have a content slider. On mobiles the navigation arrows are not showing. How can I fix this?
Hey Kieran,
This is how the theme is designed, and you can swipe content sliders to the left and to the right on mobile. But we totally understand if you would like to customize it and display the controls, too. :)
To do that, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a { display:block !important; }
}
I hope that helps!
Sarah
That’s great thank you
You’re welcome! We’re happy to help.
If you don’t need further assistance with this issue, may we close this thread? :)
Best regards,
Sarah
I used your code to help with website but now the dots are appearing vertical on mobile – is there a way for it to appear horizontal dots?