How can I decrease the size of my header logo?

Hi sir , I need to reduce size of header logo. I have tried many codes but didn’t work please help.

1 Like

Hello @zezo

My name is Damimond, I’m a Shopify partner.

Kindly share your Shopify store URL so as to provide solutions.

Best regards

Damimond

Hi Damimond,

this is my Shopify store URL , thanks for your help

https://zezostyle.com/

https://zezostyle.myshopify.com/admin/themes

Hello,

You can remove margin this from file theme.scss:

#HeaderLogoWrapper {

  1. position: relative;
  2. /* margin: 30px 0; */

}

Please change the css value in theme.scss file.

#HeaderLogo {
position: absolute;
top: 0;
left: 0;
width: 100%;

}
And for looking good, you may change this, too.

#HeaderLogoWrapper {
position: relative;
margin: 30px 0;

}

Hi SimonD,

I did steps above , but still have same issue , please try to take a look agine .

Thanks

1 Like

@zezo
I think you are adding it to wrong file or you are Missing Some thing.