Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    Hi, I am sorry but unfortunately custom CSS for mobile devices is not supported. The only thing you could do is to add a custom CSS class and add the CSS in another file (like style.css) through a media query. It is a bit tricky, but not that hard. If you’re interested, leave a reply

    Hello Fabio,

    I have the same problem, but can’t find a way to resolve it myself :'( I’m very much interested by your help ! ?? Thanks

    Thread Starter sbeat

    (@sbeat)

    I figured it out. First, I made sure in the slider setting it was set to responsive fixed, then I created custom classes in each slide for the text I was wanting to make a different size. Then I went to my additional css file and created @media queries for the different screen sizes where I needed to change the font size. For example-

    @media screen and (max-width:767px){.slider-title {font-size:15px !important}}

    Hope that helps!

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Thanks @sbeat, that’s what I had in mind

    Thank you, I will try this out !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font size too small on tablet and mobile view’ is closed to new replies.