Portfolio/Project pages - space at top of page

Hi there

I’ve been creating projects and using the jet pack portfolio section.

All the project pages have very large grey areas at the top of each page (see - https://mka-architects.co.uk/wp/portfolio/test-project/). I want to remove this element please.

Thanks

Hello there,

I hope you are doing well today.

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

/*Remove header callout*/
.header-callout {
    display: none;
}

Best Regards,
Support

Hello there,

I hope you are doing well today.

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

/*Remove header callout*/
.header-callout {
    display: none;
}

Best Regards,
Support