Removing white space around header broken in IE
-
I have adjusted the header CSS to the following:
/* =Header
———————————————– */
#branding {
margin-top: 5px;
}
.hgroup-wrap {
padding-top: 5px;
padding-bottom: 5px;
}
.hgroup-wrap a {
display: block;
}
#site-logo {
float:left;
margin-top: 5px;and it looks how I want it to in Firefox and Chrome but it breaks in IE. I generates a ton of white space above the logo and the logo itself winds up pushed down into the menu. Thanks in advance for your help.
- The topic ‘Removing white space around header broken in IE’ is closed to new replies.