Remove spacing before header

Hello, I am having a strange thing happen when I write blog posts that whenever I use a h2 or h3 or any other header, I get this strange spacing before it. I’d like to remove that spacing and just have the blog post continue as normal. I am attaching an example of how this looks like.

Some examples: https://heartbehindhustle.com/why-youre-still-not-at-six-figures-yet-in-your-business/

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6, 
.entry-content .h1, 
.entry-content .h2, 
.entry-content .h3, 
.entry-content .h4, 
.entry-content .h5, 
.entry-content .h6 {
	margin-top: 0;
}

Hope it helps :slight_smile:

That worked! Thank you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.