• Resolved kubegusa

    (@kubegusa)


    I have a Twentyeleven child theme
    https://www.sparklynx.be/preview/demaeyer/

    After adding this to my child style sheet, I get a grey line between my header picture and the navigation menu

    body, input, textarea {
    	font: 12px "Verdana", sans-serif;
    	font-weight: 300;
    	line-height: 2.625;
    }

    I don’t understand why it’s doing that, and how to get rid of the line.

    Any pointers would be much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kubegusa

    (@kubegusa)

    Ok, the line is not grey but seems to be from the body background color… Like the code moved the navigation menu down a bit. Puzzled as to how and why.

    It’s a gap and you can fix it by adding this:

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

    Thread Starter kubegusa

    (@kubegusa)

    Thank you! As usual, fixed the issue immediately. You’re a gift to the WP community. Really appreciate your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty eleven child: Grey line between header and navigation menu’ is closed to new replies.