Remove space between custom header picture and page

Hi there,

How to remove the space between the custom header picture and the page under this picture ?

Hey there,

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

I believe an attachment was left off.
Also, can you provide the URL to your website along with the picture you’re referring to?

Best regards,
Support.

Oh sorry, the site is still under construction so not online but I have a attachment. It’s the space between the picture and portfolio (name of page)

Hello there,

The image does not show enough for me to tell where this issue appears.
Could you please disable the construction mode on the website and provide a link to the problem page?

Best Regards,
Support

Hi Support,

Thank you, I just disabled the construction mode, you will find the website here

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the area making the space by going to Appearance > Customize > Additional CSS and pasting it there.


/*Header space removal*/
div#content {
    display: none;
}

header#masthead {
    margin-bottom: 0px;
}

Best Regards,
Support

You’re the Man ! Thank you, looks fine now !

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support