Removing huge space/margin for headers on blog post

How do I remove the huge space between texts when using headers on blog posts. Whats the best workaround here? Just an additional info that this is a blog post, not a content edited using cornerstone.

Hello Rennyl,

Thanks for asking. :slight_smile:

Can you please share the exact page URL where you are seeing that specing? I checked the website and I don’t see any where similar looking gaps.

However, on home page I do see the gaps and this is coming because of Section Padding. Please inspect the section and remove the top padding values to adjust the spacing.

Thanks.

Hi, can you check ? its on the blog post itself.

Hi Rennyl,

It’s due to the line breaks, and mixing <p></p> and <h1></h1> creates bigger spacing. The solution is editing your content and remove line breaks between the headline and your text.

<h1> hello </h1>
<!-- remove this line separating the text and headline -->
Text here

Thanks!

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