No gap between page title and page content.

Hi, thanks in advance for your kind attention,
I’m new using Wordpress themes and I’m almost getting what I want. Nevertheless now I’ve got stucked on a problem that I couldn’t solve so far. I’ve wanted to make the titles of my pages to have no gap between them and the content just bellow. I’d like to have the title bars that I’ve created to be continuous with the images embeded to the text content bellow. Maybe you can understand it more clearly by taking a look at the image attached.
Hope you can help me.

Hi @dilofux,

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

Could you please share me your site URL where it’s happening so that i can help you?

If your site is under maintenance then could you please share me the password privately by checking the option “Set as private reply” when replying here so that i can access it?

Kind Regards,
Movin

Hi Movin, thanks a lot for your support!

URL: federasur.org.br
login: admin
password: 123Mudar!

Hi Movin, any news? I keep here, ok? Thanks!

Thank you for sharing the site details.

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 -> Dazzling Options -> Other -> Custom CSS


#main .page-header {
    margin-top: 0;
    border-bottom: 0;
}
body.page .entry-content {
    margin-top: 0;
}