Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #419161

    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?

    #419645

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.