how to reduce the height of the header

Hello

I would like to reduce the height of the header on our Shopify store while ensuring that all elements within the header adapt correctly to this new height on mobile and deskstop.

My website : https://coconbypharell.com/

thanks

Hi @herve_stg ,

You can follow these steps

Step 1: Go to Online store > Themes > Edit code and find base.css file

Step 2: Insert below code at the end file and Save them

.header__heading-logo {
    height: 100px;
    width: 100px;
}

Result:

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.