Hi,
have a special heading in h3 ( font great vibes). This heading is cut of at the very top end. Why is that happening and how to solve this?
I already tries adding whitespace without success. It is the part under the header…
Hi simonac!
Can you please post the link to your page where we can see the issue please?
Cheers!
Yigit
Hi!
Please add following code to Quick CSS
.av-special-heading-tag {
padding-top: 2px!important;
}
Regards,
Yigit
That did it. Maybe this bug should be fixed in the core files.
Thanks Yigit!