How to make the header smaller in height / Impulsive Theme

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;
}