Too much white space on top of category pages

Dear support Team,
all of a sudden there is too much white space on top of my category pages. www.livelifegreen.de
Is there a way to make the gap a bit more narrow again?
All the best and thank you
Alex

Hey there

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 margin from page title on category pages*/
.category h1.page-title {
    margin-top: 0;
}

Best Regards,
Support