Reduce Serious Slider text size for mobile devices (CSS NOT working)

  • Author
    Posts
  • #58501

    Hi there,

    Like others have asked here before, I want to reduce the serious slider text size for mobile viewing because it doesn’t adapt properly currently.

    I attempted to apply this CSS:

    @media (max-width: 540px) {
    .lp-dynamic-slider {
    font-size: 0.6em;
    }
    }

    But it doesn’t work. Suggestions?

    Cheers

    Ben

    #58503

    Just fixed this through trial and error – here’s the CSS that worked for me:

    @media (max-width: 800px) {
    .seriousslider {
    font-size: 0.35em;
    }
    }

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Reduce Serious Slider text size for mobile devices (CSS NOT working)’ is closed to new replies.