How to remove large padding in header debut theme

Hi, i need to remove the large white padding/space in my store on the home page i’ve already looked around but cant figure it out. Nursekingdom.com

Thank you

Hi,

  1. In your Shopify Admin go-to online store > themes > actions > edit code
  2. Find asset > theme.css file and paste this at the bottom of the file
.site-header.logo--center {
padding-top: unset !important;
}

If you want to further reduce the height of the header - I will suggest reducing the height of the logo.

Cheers!

Hello. Thank you. I left aligned my logo and reduced it a bit in size and that helped. After adding the code to theme.css though it still looks padded (but it is a lot better than before). Is there anything else I can do?

@Charlieaac

Please share your store URL I will check and send correct solution to you.

Thanks!