How can I adjust the header height on my webpage?

Hi Shopify Community,

The owner of the company wants me to make header of the page smaller. He says it is too big but I am struggling to get this done.

stingy.co.za.

I added a picture below to help explain what I am trying to say.

Kind regards

Alex

Hey @Alex314 ,
Welcome to the Shopify community!
You can remove the white space around the logo. it will fix the header height.

If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman

1 Like

@Alex314 I reduce the height of the logo. Please try to upload this one. See attachment.

1 Like

@Alex314

a.site-header__logo-link {
    padding: -16px;
    padding-top: 49% !important;
}

Add this code in the bottom of theme.css file.

Thank you very much everyone. This solution worked for me.

Great community to have with such quick responses and good solutions.

@Alex314

if helpful, kindly like and accept our solution.
thank you.