Hi,
Homepage Slider on mobile
Is there CSS that can be added to make the Tile and Caption sizes smaller on Mobile Only?
The text is too large and crashing on mobile
Thanks
Hi woogie07,
Please try to add this CSS code:
@media only screen and (max-width:767px) {
#top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title {
font-size: 36px !important;
}
}
Just change the font size as you see fit.
Best regards,
Nikko