ä/ö/Ü: visualization issue
-
Hi!
I've had this problem since a longer time and thought that maybe by now there could be a solution to this:
The points on Ä/Ö/Ü… are not displayed in some of the words on my website. It works if I adjust the line hight. But I don't want to do that because of the looks of it. Also in some cases the letters are a bit cut at the top.
For example:
«Dogo Residenz fur Neue Kunst» instead of «Dogo Residenz für Neue Kunst»
«Die Geschaftsleitung» instead of «Die Geschäftsleitung»
«Ruckschau» instead of «Rückschau»

I've tried all the things you've recommended in «Before you post.
The problem occurs on Safari, on Chrome it seems to be fine.My site: https://jahresbericht.fun/2023-2/
I hope you can help me.
Liebe Grüsse
Sirkka -
yea i think its an issue in the font itself probably
instead of changing the lineheight, maybe you can right click the text element and then go spaces → space top and enter a pixel value there like 10px
maybe that helps
u can try with a different font and you might see it working with a different font
-
Hi!
Last year I just went with the line hight solution anyways. However, I have the same problem again. I can't solve it with putting space on top of the elements and I have the same issue on other pages.
For Example on https://ichbinurs.de/fotografiert/

Here the problem occures in a carousel on the bottom of the font. (I tried to adjust the spacing around the text).
Liebe Grüsse
Sirkka -
.lay-carousel-caption-under-slide-caption{ padding-bottom: 10px!important; }Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop"
or instead use:
.lay-carousel-caption-under-slide-caption{ line-height: 1.3!important; }