Caption Content and Button do not appear at all on Cell Phones; this issue has come up before and I have tried all of your other css fixes, but none work on this website:
Hey Eleina_Shinn,
The slider is too short to show the buttons. We would like to help you with it, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Nikko
Okay Niko, here you go…
Hi,
We added the following css code in the Quick CSS field.
@media only screen and (max-width: 767px) {
.avia-slideshow-inner, .avia-slideshow-inner img {
height: 400px !important;
}
.avia-slideshow-inner img {
min-width: 1200px !important;
margin-left: -600px !important;
}
}
This will apply a minimum height to the slider, creating more space for the captions and buttons. Please remove browser cache or hard refresh before testing the page.
Best regards,
Ismael
Thank you!