Gap between title and image

Hi, first of all I want to tell you that your theme is excellent!

Now, my problem is that after removing the “entry-header” with the code:

body.page header.entry-header {
display: none;
}

There is a gap remaining between my image and the title (please refer to the attached snapshot).

Hope you can help me. Thank you very much.

Angel P.

Hi Angel,

I hope you are well today and thank you for your question.

You can try removing the gap by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.page section.content-area {
    padding-top: 0;
}

Best Regards,
Movin

Hi Movin, it works. You really make it look so easy!!!

Thank you very much!

Angel P.

You are most welcome here :slight_smile: