Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #719942

    Hi.

    Nice theme, thank you for your work.
    I have a little issue, when my web makes responsive (tablets and mobiles) text slider make very small.
    Please could you help me?

    Thank you.

    #720127

    Hey vmoralestejedor,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 50px !important;
    }
    .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 30px !important;
    }
    }

    Best regards,
    Rikard

    #720267

    Hi.

    Thank you I did it but is not working.
    Nothing happen.

    Check the web you have credentials.

    Regards.

    #720358

    Hi,

    It’s being applied when I check it, if you need to target screens under 480 pixels then please use this:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 50px !important;
    }
    .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 30px !important;
    }
    }

    Best regards,
    Rikard

    #720407

    Perfect, thank you.

    #720841

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Slider Text Size in Responsive’ is closed to new replies.