Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #899816

    In the image element, the caption text doesn’t resize on a smaller screen. Is there a quick CSS code for that.

    Example: https://cl.ly/0d1g2S0T2Y2t

    Thank You.

    #899820

    Nevermind, I think I found the code:

    @media only screen and (max-width: 768px){
    .av-image-caption-overlay-center{
    font-size:16px!important;
    }}

    #900267

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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