On the index page of a website I just made i have a slider.
When i go to the website on a Iphone, the Caption Title do not match the smaller screen.
How can i fix this issue??
Regards
Jan
Hi Jan!
Try adding this to your custom CSS.
@media (max-width:500px) {
.avia-slideshow .avia-caption .avia-caption-title { font-size: 12px !important; }
}
Best regards,
Elliott
Thanks…it did the trick…
Regards
Jan