Add space between date shown and featured image

Can you advise how to add more space between the date and the featured image? They are really close together as you can see in the image I have attached. Thanks!

Hello Christopher,

Thanks for writing in! I can see that you added this custom CSS:

.single-post .entry-featured {
    width: 70%;
    margin: 0 auto;
    display: block;
}

Please have it updated and adjust the top margin into this: margin: 30px auto 0;.

Kindly let us know how it goes.

1 Like

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