Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #522373

    Hi there,

    Please see our development site at: http://new.arti-sign.nl/.

    On home I have started with an easy slider full width. Put some title and text on top. Unfortunately on smaller mobiles the text is not readable. It is too big so that only part of it can be seen.

    Can you advise what to do to solve this?

    Thanks & regards,
    Monique

    #522472

    Hi Monique!

    Add this to your custom CSS.

    @media screen and (max-width: 450px) { 
    .responsive #top h2.avia-caption-title {
        text-transform: capitalize !important;
        font-size: 12px !important;
    }
    }

    Best regards,
    Elliott

    #522788

    Ok, that works fine. Thanks Elliott!

    You can flag this topic as solved.

    Have a nice day,
    Monique

    #522843

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Title and text in slider not readable on mobile’ is closed to new replies.