Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #663187

    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?

    #663190

    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

    #663192

    Login details

    #664591

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.