Reduce gap between 'Portfolio' and title

I want to reduce the gap between the title and the size of the background to the word ‘Portfolio’. See attached pic for a better explanation. Thanks

Hi @kieranp,

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 -> Shapely Options -> Other


body.single-jetpack-portfolio section.page-title-section.bg-secondary {
    padding: 25px 0;
    height: 90px;
}
body.single-jetpack-portfolio section.content-area {
    padding-top: 36px;
}

Best Regards,
Movin