Hello
I have a single page with a fullscreen video slider, and I can see the captions on landscape phones but it’s disappearing on portrait. I tried a few things but I can seem to make it appear, and I need the functionality of the buttons. Please advise. Thanks :)
.avia_transform .av_fullscreen .active-slide .avia-caption-title,
.avia_transform .av_fullscreen .active-slide .avia-caption-content {
display: block !important;
/* visibility:visible!important; */
}
#top .avia-slideshow-button.avia-color-light {
display: block !important;
/* visibility:visible!important; */
}
Hi webWahine!
Can you send us a link so we can take a look? You can set your reply as private if you wish.
Also let us know which device your using and it’s resolution.
Regards,
Elliott
Hey!
You have this custom css code:
@media only screen and (max-width: 479px) {
.slideshow_caption {
display: block;
}
}
Please remove it.
Regards,
Ismael
I removed this and it’s still not showing up :(
Hey!
Did you remove the browser cache before testing the page again? Please hard refresh the page.
Regards,
Ismael
Yes, sorry, it does appear to be working now, thanks!