Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1127693

    Hello, I would like to change the size of the H1. If you go to our blog, long words als “Sehenswürdigkeiten” are not correct displayed (on the smartphone). The writing is too big for that.

    I have already tested some tips (Quick CSS) here from the forum, but so far, unfortunately, none of the instructions has worked for us.

    Best regards
    Florian

    #1127818

    Hey Florian,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .post-title a {
      font-size:26px;
    }
    }

    Best regards,
    Rikard

    #1127978

    Hello Rikard,

    thanks for the quick feedback.

    On the iPhone XS, the font is still too big, nothing changes here. I even changed the value “width” to 1300 already.

    The font is smaller on an old Android phone – it works here.

    Do you know why that is?

    Best regards
    Florian

    #1128145

    Hi Florian,

    What exactly did you set to 1300? If you have set a fixed width of 1300 pixels then it’s going to overflow on all devices which are less wide than that width.

    Best regards,
    Rikard

    #1128203

    Hello Rikard,

    I mean the value “max-width”. Here I have tried different values, on the iPhone XS is the font but always too wide. No matter what values ​​I set there.

    best regards
    Florian

    #1128222

    The problem seems to exist only with Apple Safari. With Chrome and Firefox, the font also fits on the iPhone XS on the display.

    best regards
    Florian

    #1128630

    Hi Florian,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1129376

    Hi Victoria,

    The problem seems fixed, now it fits. Maybe it was still on the cache.

    best regards
    Florian

    #1129464

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Blog H1 – Change font size’ is closed to new replies.