Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1200463

    hi,

    All headings and paragraphs seem to have padding (a H3 heading, for instance, is followed by some 6px of padding).

    How can I change this? Advanced styling doesn’t have options to change it.

    If I use CSS, will this work:
    h3 {
    padding: 0px 0px
    }

    and where exactly should I add this extra CSS code?

    Thanks!

    • This topic was modified 4 years, 7 months ago by KlaasBSW.
    #1200656

    Hi KlaasBSW,

    Can you try this CSS code:

    #top h3 {
      padding: 0;
    }

    Best regards,
    Nikko

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