Viewing 1 replies (of 1 total)
  • The site-branding DIV has top & bottom padding of 30px, you could probably adjust it there. Add this to your Custom CSS option:

    .site-branding {
       padding: 10px 0;
    }

    The above rule reduces the current top & bottom padding down from 30px to 10px. Go ahead & adjust this value for your own needs.

Viewing 1 replies (of 1 total)
  • The topic ‘Shrink Header Space’ is closed to new replies.