Hi,
I have a website where I am having a little difficulties with the title, caption and button on mobiles.
Any suggestions for a quick fix for this?
Hey luckylobo10,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top .av_slideshow_full .avia-slideshow-inner {
height: 300px !important;
}
#top .av_slideshow_full li img {
height: 300px;
width: auto;
max-width: none;
}
#top .av_slideshow_full .slideshow_caption {
padding-top: 20px !important;
}
}
Hope this helps :)
Best regards,
Nikko