Gap between (Image - Menuebar) on Homepage

Dear Community,

im a layman in creating wordpress sites. I created this site: www.jugend-st-achatius.de for a youth club of a church.
The thing i want to fix is the gap between the menue-bar and the large image on the frontpage. Can anyone help me to fix this? Sorry for my bad english :confused:

Best Regards
Philipp

Hello there,

I hope you are doing well today.

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


/*Remove gap*/
.pt0 {
    padding-top: 0px !important;
}

Best Regards,
Support