Hello :)
On my site the easy full width slider on home does not properly display on mobile. Can you please let me know what needs to be done for it to be displayed properly with button?
Thank you
Andrea
Hi Andrea!
It looks like you are now using a LayerSlider now and its displaying fine on smaller screens:
Regards,
Josue
Hi Josue, please look below, there is a full width slider with the image of a cantine. That the element with mobile visibility issue. The button you see on desktop view, is hidden on mobile view.
Thanks so much
Andrea
Hey Andrea!
Try adding this code to the Quick CSS:
.avia-slideshow-inner img, .avia-slideshow-inner {
min-height: 460px !important;
}
Cheers!
Josue
Thank you!