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

    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

    #418180

    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

    #418366

    Thanks…it did the trick…

    Regards
    Jan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Avia Layout Builder Easy Slider. problem with rezising Caption Title on mobile’ is closed to new replies.