Add Space above featured image in posts / pages

Hi I have moved post / page titles using the code below but want to add more space between the bottom of the title text and the featured image. They are too close together at present.

jQuery( ‘.single-post .entry-header’ ).insertBefore(’.entry-featured’);

Example page: https://www.makeupeffectslab.com/demo-5-reasons-you-need-the-x-theme/

Hi @Roebuck,

Thanks for writing in.

You could use this code below to add space below the entry header. Add the code in your custom CSS:

.single-post .entry-header{
    margin-bottom:30px;
}

Let us know how it goes.

Thanks.

Perfect, thanks

Glad that we could e of a help :slight_smile:

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