When I have a logo and slogan displayed in the header, the slogan is not displayed properly in internet explorer 7. The slogan text is condensed in a small width area instead of the full width of the header.

Comments

jacine’s picture

Status: Active » Postponed (maintainer needs more info)

Try adding width: 100% here, will be line 86:

#header.logo-slogan #site-slogan {
  margin: 0 0 0.5em 1.7em;
  display: block;
  width:  100%;
}

If that doesn't work... I need more information here, a screenshot perhaps...?

beyond67’s picture

Looks like that did it. Thanks!

jacine’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Thank you for getting back to me so quickly :)