Removing the space under the navbar and before the first post.

Hello,

Is there a way to remove the space after the navbar and before the first post. I have attached an image to show what I mean.

I used this code to remove the call-out, but it does not remove the space.
.header-callout {
display: none;
}

Perhaps there is a way to shift everything upwards so it is flush with the navbar?

Any suggestions/help would be appreciated!

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

Sure, here’s a link to the site: romelramos.com

Hello there,

You can use the following CSS code to remove the top padding by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove top padding*/
section.content-area.pt0 {
    padding-top: 0px;
}

Best Regards,
Support