Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #331249

    We now how a separate slider for mobile devices, which we’ve set for 700px in height instead of 500px for the non-responsive slider. However, the H1 and H2 text in the responsive slider is much smaller than the H1 text for other items on the page. Is there a way to keep the H1 and H2 slider text from shrinking for mobile devices?

    #331257

    Hi dburton77!

    Can you post the link to your website please?

    Regards,
    Yigit

    #331989
    This reply has been marked as private.
    #332622

    Hi!

    Please add following code to Quick CSS and adjust as needed

    @media only screen and (max-width: 768px) {
    h1.ls-l { font-size: 14px!important; }
    h2.ls-l { font-size: 12px !important; }}

    Regards,
    Yigit

    #337047

    That works great! Thanks!

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