• Twenty Ten Theme – problem I cant Solve…

    I have read around search , play with css and i just cant’t get the header to line up with the top of the body. Take a look and you will see what Iam talking about . I have all my header padding and margins set to zero.

    You can see here https://hairsalonswilmingtonnc.com/

    Any help solving this would greatly be apperciateed.

    Thank you….

    Stephen G

Viewing 1 replies (of 1 total)
  • the white strip is from #site-title and #site-description:

    making some small changes to these styles might help:

    #site-title {
    text-indent: -999em;
    	float: left;
    	margin: 0 0 0px 0;
    	width: 700px;
    	font-size: 30px;
    	line-height: 36px;
    height:0px;
    overflow:hidden;
    }

    and

    #site-description {
    text-indent: -999em;
    	clear: right;
    	float: right;
    	font-style: italic;
    	margin: 14px 0 0px 0;
    	width: 220px;
    display:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Ten Theme – problem I cant Solve’ is closed to new replies.