New Landing How can we help? Themeforest Theme Support Neighborhood How to solve the font issue on mobile devices?

Viewing 9 posts - 1 through 9 (of 9 total)
  • #309538
    guentherportfolio
    Member
    Post count: 266

    Hi,

    I recently have changed the font for my H6 headlines. I have changed for example the size, weight and letter spacing.
    Now I do have the problem, that in some cases, the letters are floating out of the box, but only on mobile devices. Do you have a hint, what I could do to solve that issue? Thanks in advance for your help

    Best
    Martin

    #309539
    David Martin – Support
    Moderator
    Post count: 20834

    Can you screenshot where you refer to specifically?

    #309542
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us an example? screenshot and url?
    We will provide have to add a custom css to the h6 in mobile resolution.

    -Rui

    #309544
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #309547
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    try this code

    @media only screen and (max-width: 767px){
     h6{
       font-size:45px!important;
    }
    }

    -Rui

    #309549
    guentherportfolio
    Member
    Post count: 266

    Hi Rui,

    with 45px font size it is working, but it looks a bit shitty 😉
    I have tried it with 60px and the issue occurs again, but not on every text – it is getting better.

    #309550
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    you have to adjust it till it looks better. since it’s a reduce space to that text it will never look so good like in desktop.

    -Rui

    #309551
    guentherportfolio
    Member
    Post count: 266

    I see. Thanks again for your fast help.

    Best
    Martin

    #309552
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.

    -Rui

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

You must be logged in to reply to this topic.