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

  • Author
    Posts
  • #12730

    funkytwig
    Participant

    Hi ive tried making padding, margin and borders 0px. Ive also tried ‘display:inline;’ but whatever I do I cant reduce the space above/below headings.

    also, I can’t work out how t reduce the space between paragraphs. I want to have 1/2 what I have.

    Example page http://dev.tvpp.tv:8008/media-training-by-award-winnig-producer-director/.
    Regards,
    Ben

    #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 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top