Hi
Can you please advise why when viewing on a mobile device (vertical) the slideshow buttons are not showing?
Thanks
Hey mawebdesign!
Thanks for getting in touch!
Are you experiencing this on all mobile devices? Let me know the device you are having the issue on. I have viewed your site on a Samsung Galaxy and the buttons appeared. Please view my screenshot attached.
Regards,
Jordan
Hi Jordan
Yes we had to change to layer slider to get mobile devices to display the whole slide image.
We have uploaded a test page using full width slideshow for you to see the issue we are having in the private content?
Please advise?
Hi!
You can increase the minimum height of the slider on mobile devices. This will create more space for the buttons. Add this css code:
@media only screen and (max-width: 767px) {
.avia-slideshow-inner {
min-height: 300px !important;
}
.avia-slideshow-inner li img {
min-height: 300px;
width: 500px !important;
min-width: 500px !important;
}
}
Adjust the values as needed.
Cheers!
Ismael
Thank you for your help!