removing large blank spaces below log & menu bar

How do I remove the large blank spaces below the menu nav bar and the page category title and associated content? For example see: evgraphikstudio.com/posters/

Thank you!
EdV

Hey there

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

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

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove space, title and meta data*/
.page-template section.page-title-section.bg-secondary,.page-template h2.post-title,.page-template .entry-meta {
    display: none;
}

Best Regards,
Support

Thank you very much…worked like a charm!!

You’re welcome.

Please let us know if there’s anything else you’re like us to help you with.

Best Regards,
Support.