How To Reduce Header Size?

I Want To Reduce The Header Height.

URL:- https://603330-b0.myshopify.com/?_ab=0&_fd=0&_sc=1

Hello @Emiway ,
Your store is password protected, could you please share your password so i can see the issues.

Password aksar

aksar

Hi @Emiway ,

Please do the following:

In Online Store, select ThemesEdit code

In the theme.css file, add the following code at the end of the file:

@media screen and (max-width: 740px) {
  .header__wrapper {
    padding: 10px 0;
  }
}

You can use 10px or any value you see fit.

Click Save to save changes.

Hope it helps @Emiway