How to reduce header padding above and below logo

My header currently looks like this:

I’d like the empty space above and below the logo to be smaller. For context I am using the prestige theme.

If you have an ideas on how to do this, please let me know

Thanks

It is either you delete and create another header or you use the padding method, i have an idea to fix this for you, reach out

https://reliq.shop/

Just tell me here

Hi @Matthew114

You can do that by adding this code to Custom CSS of Header in Online Store > Themes > Customize. Change 1.5 in the code to a value that fits your request.

.header__logo-image {
    transform: scale(1.5);
}