Hello
I put on my site several slide images with caption.
Just that the writing on the mobile caption covers the whole picture is not seen.
It is only possible for the mobile ensure that the caption appears below the photo and not on it?
Hey tescioneangelo!
Can you please post the link to your page where we can see an example?
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.slideshow_caption { display: none !important; }}
Cheers!
Yigit
by entering this code I can not see the captions.
I wish they were there but not on the photo but down to it
Hi!
You can try this:
@media only screen and (max-width: 767px) {
.avia-caption-title {
position: absolute;
bottom: -70px;
}
.avia-slideshow-inner {
overflow: visible;
}
.av_slideshow_full.avia-slideshow {
padding-bottom: 80px;
overflow: visible;
}
.avia-slideshow-dots {
bottom: 90px;
}
#top .avia-slideshow-arrows a {
top: 30%;
}
}
Remove browser cache then reload the page. Screenshot:
Best regards,
Ismael