Viewing 1 replies (of 1 total)
  • Please be a bit more clear…do you actually refer to the negative bottom margin associated with a header image in the default theme?

    If so, first consider use of a Child Theme as any edits to the default theme will be lost on update.

    That noted, the CSS to add to the very bottom of style.css is:

    #branding img {
    margin-bottom: -8px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Little White Space from Header’ is closed to new replies.