Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css.liquid and paste this at the bottom of the file:
.site-header {
padding: 0px 0;
}
div#StickyHeaderWrap {
height: auto!important;
}
Hello There,
.site-header {
padding: 0px 0;
}
div#StickyHeaderWrap {
height: auto!important;
}