Tagged: font size
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
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
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
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
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
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
Hi Florian,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Hi Victoria,
The problem seems fixed, now it fits. Maybe it was still on the cache.
best regards
Florian
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon