Viewing 1 replies (of 1 total)
  • Hi, what you can do is use media queries and lower the font size for example per typed class, not ideal but works for me.

    /* ========== tablet portret adjustments ========== */
    @media all and (max-width: 800px) and (min-width: 501px) {
    .typed-div-2471 {
        font-size: 24px!important;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile responsive?’ is closed to new replies.