Resolved

Padding above/below H2,h3,h4…

Ultra Theme started by funkytwig May 22, 2019 1 reply
funkytwig May 22, 2019 · 10:48 pm #12730

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

Andrew Misplon Puro May 23, 2019 · 7:28 pm #12734

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.

2 posts