To much white space between heading, date and picture

Hi there,
is there a code to reduce the white space between the heading, date and pictures? both on category archives and on my home?

I used this coding to remove all the rest from the entry-meta

/remove author and date/
.entry-meta {
visibility: hidden;
}
span.posted-on {
visibility: visible;
}
.entry-meta span:last-child {
display: none;
}
.entry-meta {font-size: 0px; }
.entry-date {font-size: 11px; }

Thanks a lot
Alex

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.entry-title {
margin-bottom: 0px;
}

Thanks!
Colorlib Support Team

.page-header {
margin: 40px 0 0px;
}