• Resolved wldwil

    (@wldwil)


    I have a site here.

    I have a child theme

    I have used developer tools with Chrome.

    I am stuck trying to figure out the white space between my nav bar and header. I was guessing a shadow, but trying to add edits could not remove it.

    I also tried:

    /* Eliminate extra white space between menu and Title */
    #main,.singular.page .hentry{padding:0;}

    and

    .main-navigation {
     margin-top: 0;
    }

    But no luck either. thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • wazza1970

    (@wazza1970)

    hi

    what you need to do is change you css file in a child theme or custom css plugin

    .main-navigation {
      margin-top: -2px;
    }
    Thread Starter wldwil

    (@wldwil)

    Very nice catch. I kept seeing it as an item added or left over.

    I’ll have to think in negatives a bit more in the future.

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Twelve Space between header and nav bar’ is closed to new replies.