Dear support,
I have the problem, that as soon as a special heading is going over 2 lines, the padding below the heading is reduced.
Is there some way to avoid this?
You can easily check this by making the screen size smaller until the heading is going over 2 lines.
Thank you very much for feedback,
Gerke
Hey C2S16,
There seem to be a slight glitch with it. We have added the below code in Enfold > Generalstyling > Quick CSS
body .av-special-heading .av-special-heading-tag {
padding: 0 0 20px 0;
}
Just keep the padding bottom value 0. If you need to change the padding you can do so in the above code by changing the 20px to any number you like.
Best regards,
Vinay
Hi Vinay,
thank you very much for the fast and effective help!
Best regards,
Gerke