Edit space after blog post title

Hi,

Can you please tell me how to add more space between my post titles and the body text?

Here’s an example: https://www.callumbirch.com/claim-your-ticket-to-fame-and-fortune

Thanks!

Callum.

Hi Callum,

You can add more space by adding a custom CSS. Please add this code in X > Theme Options > CSS:

.single-post .entry-title {
    margin-bottom: 40px;
}

Hope this helps.

Hi Jade. Is this just to edit a single, specific post? If so, how do I apply it to every post?

Hi Callum,

The code I suggested should take effect for the titles of all posts since all posts have the single-post class.

Hope this helps.

Thanks Jade–all sorted!

You’re most welcome, Callum! :slight_smile:

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