Tagged: Special Heading Padding
I have trouble controlling the padding/margins of Special Headings.
If I choose ‘Default style’ and any padding bottom value – there’s no padding at all.
If I choose ‘Heading Style Modern (left) – there’s padding on bottom ( a bit too much for me) – even if padding bottom is set to 0.
I do not understand where that gap comes from – with inspector I can’t see any elements/paddings/margins?
Hey teeraina,
Thanks for getting in touch with us!
Could you please also provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
Jordan
Login details
Hi,
you can change padding/margin using this code inside Quick CSS field:
h3.av-special-heading-tag {
padding: 0px 0px 0px 0px !important;
margin: 10px 10px 10px 10px !important;
}
Adjust as needed.
Best regards,
Andy