Increase space blog

Hello, I would like to know how to increase the spacing between the feature picture and the title in my blog posts.

I am attaching a picture for you to see an example.

Thank you,
S.W.

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi,

I use this post as an example. https://colorlib.com/shapely/template-sticky/

Please add this Custom CSS in Appearance -> Customize -> Additional CSS,

.single .post-content .entry-content .post-title {
    margin-top: 50px;
}

Change the 50px according to your needs.

Let us know,

Thanks,
laranz.

It doesn’t seem to do anything. The link to the post would be: https://mdm.uda.ad/2017-international-tourism-results/

I would like to increase the space between the feature picture and the text.

Thank you!

Hi,

Try this, please add this Custom CSS in Appearance -> Customize -> Additional CSS,

.single .shapely-content p:first-child {
    margin-top: 30px;
}

Let us know,

Thanks,
laranz.

That’s great, works perfect. Thank you!

Hi, there

Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!