Increase spacing between headers and body text

Hi,

How can I increase the spacing between the headers on my blog post and the body text? As everything looks very close together right now… I don’t want to increase the spacing between paragraphs though just the headers and the last paragraph.

Hi there
Hope you are having a good day and thank you for your question :slight_smile:
Kindly add the following custom theme to see if this add some space between the header and the content of the post.

.post-title.entry-title{
    padding: 1em 0em;;
}

Hope to hear from you soon.
Thanks!
Colorlib Support Team

Hey!

Thank you, that worked for the spacing between the main title and body text but not the headers on the blog post, if you know what I mean?

Thanks!

hey there

Please add this CSS in appearance - customize - additional CSS

.post-content .entry-content .post-title a {
line-height: 78px;
}

Thanks!
Colorlib Support Team

Hey,

Thanks but this only seems to work for the space between the main title & paragraph. Is there anything that will work for the spacing between all of the headers and body text?

Also, is there something I can do to reduce the padding between the header and the featured blog image? There’s currently a lot of white space at the top of the page.

Here’s a link: How to Cleanse & Charge Your Crystals - THE SPIRITUAL GLOW UP

Thanks in advance :slight_smile:

hey there

Ok, in this case, please add this CSS in appearance - customize - additional CSS

.post-content .entry-content .post-title a {
line-height: 71px;
}
.post-content .entry-content .post-title {
margin-top: 0px;
}

Thanks!
Colorlib Support Team