Global expansion, localizing content, and selling in multiple currencies and languages
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I would like to make the header's height smaller without affecting the logo.
This is my website: https://deluxcosmetics.com/
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css.liquid and paste this at the bottom of the file:
.site-header {padding: 2px 0;}
div#StickyHeaderWrap {
height: auto!important;
}
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css.liquid and paste this at the bottom of the file:
.site-header {padding: 2px 0;}
div#StickyHeaderWrap {
height: auto!important;
}
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css.liquid and paste this at the bottom of the file:
.site-header {
padding: 0px 0;
}
div#StickyHeaderWrap {
height: auto!important;
}