[Resolved] Padding above/below H2,h3,h4…

  • Author
    Posts
  • #12734

    Andrew Misplon
    Keymaster

    Hi Ben

    Thanks for reaching out.

    For paragraphs, add to Custom CSS:

    .entry-content p {
    	margin: 0 0 25px;
    }

    For headings:

    h1, h2, h3, h4, h5, h6 {
    	margin: 20px 0;
    }

    Let me know how it goes, I can help as needed.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Scroll to top