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
Hello,
You can remove margin this from file theme.scss:
#HeaderLogoWrapper {
- position: relative;
- /* 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;
}
1 Like
@zezo
I think you are adding it to wrong file or you are Missing Some thing.