• Hi guys,

    Im not using the customer header on my site. The problem is i cant seem to get rid of the extra space below. I simply want the header with just the nav in it. Ive tried messing in the style sheet with no luck. any help would be greatly appreciated.

    Here is a link
    https://dirtlabsinc.com/mbc

Viewing 1 replies (of 1 total)
  • First off, change your sites tagline from “Just Another WordPress Site” to something else.

    line 761 in your CSS file

    .primary-navigation {
    float: right;
    margin: 1em 0;
    }

    change to:
    .primary-navigation {
    float: right;
    margin: 0;
    }

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