[Resolved] Padding above/below H2,h3,h4…This topic has 1 reply, 2 voices, and was last updated 5 years, 4 months ago by Andrew Misplon.AuthorPosts May 22, 2019 at 10:48 pm #12730 funkytwigParticipantHi 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 May 23, 2019 at 7:28 pm #12734 Andrew MisplonKeymasterHi BenThanks 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.AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)You must be logged in to reply to this topic.