Hello Felix,
Thanks for posting in! I have checked your Contact page and I have noticed that you the classic headline element. In the style field, you added this: color: hsl(0, 0%, 100%);font-size: 4em;
. And then in your headline text you have added this as well:
<span><span style="font-size: 16px; letter-spacing: 2px; line-height: 0px">KONTAKT</span><br />
Besichtigung vereinbaren: <a class="phone-number" href="tel:0041443006778">044 300 67 78</a></span>
Please do not use px
as a font unit because a pixel will display the same across all the screen sizes. You will need to use em
and then in Pro > Theme Options > Typography > Root Font Size, use “Stepped” mode, and then adjust the font size in smaller screens. For more details about the root font-size characteristics, please check out this documentation:
By the way, if you use headline element, you will have more control over the element. You can set the padding, margin, font sizes without adding any css code. You can easily tweak the element properties in the headline element style options. If you don’t see some of style options, you need to turn on the Advanced Mode by going to the Settings > Preferences > Advanced Mode


We would love to know if this has worked for you. Thank you.