Remove space on mobile version

Hi how are you? I was wondering if there’s any way to remove the space in the mobile version (attached a pic) between the logo and when the website actually starts

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the top padding by going to Appearance > Customize > Additional CSS and pasting it there.

/*Header padding*/
#header .bottom-header {
    padding-top: 40px;
    padding-bottom: 40px;
}

Best Regards,
Support