Issue With The top Of my landing Page

Hello i have an issue with my Landing Page the top of the Page there a Big Line that is white and I think the issue come from codes , And when i change the logo width to 160 px the line i way finner (nearly can’t see it ) but when i start increasing the logo width the Line start being bigger how to solve this issue , i think it’s an issue from coding .

Here is my website Link:

https://7968dc-f5.myshopify.com/

@Sohayl67 paste in base.css

header.header.header--top-center {
    padding-top: 0 !important;
}

Hi @Sohayl67

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
header.header {
    padding-top: 0 !important;
}

Here is the result: https://prnt.sc/EcsdLeEH9x3-

I hope this helps

Best,

Daisy