Hi there,
the Head- and sublines in Slideshow Full-width don’t get small enough in responsive mode. You can’t read anything. Try on a smartphone please:
Can I make it smaller?
Please advise, Thanks,
Jan :)
Hi jansthh!
Please use this on Quick CSS or custom.css:
@media all and (max-width: 767px) {
.responsive #top .slideshow_caption h2 {
font-size: 15px;
}
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
font-size: 11px;
}
}
Cheers!
Ismael
Hi Ismael,
thank you!
Unfortunately, nothing changed. I inserted the quick css as you asked me to:
:-/
Hi!
Please copy paste the first line of code directly from Ismael’s code
@media all and (max-width: 767px) {
Best regards,
Yigit
Thank you, Yigit and Ismael!
Cheers,
Jan :)