The dots that you press to control the slider on the partner/logo element on my home page aren’t working on mobile. Please note the website is in maintenance mode so you’ll need to log in to view.
Hey mosaic,
This CSS seems to be causing that to happen:
.avia-slideshow-dots {
height: 0px;
}
I can’t say exactly where it’s coming from though, since you have file compression active. Please turn that off if you need help finding where it’s added.
Best regards,
Rikard
Compression is now turned off. Thanks!
Hi,
Thanks for that. I added this for you in Quick CSS:
@media only screen and (max-width: 767px) {
.avia-slideshow-dots {
height: 25px;
}
}
And it’s working after that. Please review your site.
Best regards,
Rikard
Perfect thank you! What was causing the issue?
Hi,
Great, I’m glad that it’s working. The height for the element was set to 0 pixels, that’s why the dots were not clickable. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close it thank you
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon