narrow space between title and menu

I hid the title of the pages on my site, but I would like to remove the blank space between the title and the menu … how do I do this?

Example: https://helloportuguese.com.br/como-fazer-um-nivelamento-ple-de-excelencia/

hey there

Please add this CSS in appearance - customize - additional CSS

.post-inner-content {
padding: 0px 50px;
}
.main-content-area {
margin-top: 0px;
}

Thanks!
Colorlib Support Team

There was still a small blank space. Is it possible to take it off too?

Example: https://helloportuguese.com.br/como-dar-aulas-de-portugues-para-estrangeiros/

Good morning

I see a completely different picture, please check the attached screenshot

I would like to delete this white space at the top of the page. How do I do it?

The page link is https://helloportuguese.com.br/como-dar-aulas-de-portugues-para-estrangeiros/

Hey there

Please try this css code:

.entry-content,
.page-header {
margin-top: 0px !important;
}