carolineschnapp
5/12/2015 - 7:42 AM

Reduce vertical white space in header by half in #Supply theme.

Reduce vertical white space in header by half in #Supply theme.

.site-header {
  padding: $gutter/4 0;

  @include at-query ($min, $large) {
    padding: $gutter/2 0;
  }
}

.header-logo {
  margin: $gutter/2 auto;

  @include at-query ($min, $large) {
    margin: $gutter/4 0;
  }
}

What you have

What you want

How to get it

  1. Open the timber.scss.liquid file in the online code editor.

  2. At the very bottom of the file, add the code below.