Hello,
when a long caption text is set it does not automatically wrap, resulting in text being lost in lower resolutions.
How to fix that?
Hey Aristidis!
Try this out.
.slideshow_align_caption {
max-width: 50%;
}
You could also reduce it’s font size a bit on smaller screens like so.
@media (max-width:500px) {
.slideshow_align_caption * { font-size: 12px !important; }
}
Regards,
Elliott