Hey there, I noticed when displayed on a mobile device i.e. smartphone, the nav buttons for the slider disappear. This means the four slides I have cannot be manually navigated by a visitor, they have to wait until the 15 seconds or so passes before they auto progress. Is there a fix? thank you :-)
Hey Marssolutions,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Thanks for that, though I can’t see a slider on that page. Where exactly are you using the slider in question? We need to inspect the element in order to give you correct CSS.
Best regards,
Rikard
Hi,
Ah ok, sorry about that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a {
display: inline-block !important;
}
}
Best regards,
Rikard
Hi,
You are welcome!
Best regards,
John Torvik