Unwanted Empty space on a Project page (Desktop)

Hi,

I have many projects where I show case a gallery of images in grid. However there is a massive blank space between the top menu to the gallery. I have to scroll a fair amount for the gallery to appear. Visitors may think something is still loading.

You can see my site in progress. www.markleedom.com

Please help.

Thanks,
Mark

Hello there,

I hope you are doing well today.

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


.post-content .entry-header {
    display: none;
}

Best Regards,
Support