Hello, with IE6 the logo is positioned on a line by itself above the site title, whereas with Firefox and Chrome it is properly positioned inline with the title. Screenshots attached. Can this be fixed?

CommentFileSizeAuthor
Firefox_good.jpg10.53 KBshaundychko
IE6_bad.jpg10.17 KBshaundychko

Comments

shaundychko’s picture

Title: Logo position problem with IE6 » Logo position problem with IE6 and IE7
adamscottmartin’s picture

Issue also occurs in IE8. I too would be interested to know what causes/how to fix this issue. Looks like elements are already set to margin: 0; and I don't see anything else in the CSS that would make this occur.

kscott22’s picture

shaundychko’s picture

Thanks for trying, but I have the "aggragate CSS" enabled, so this is not a problem with the IE limit of 30 css stylesheets.

shaundychko’s picture

Here's the solution. In the file style.css, add the following line below the #title-group entry:

#title-group img {float:left;}

Anonymous’s picture

Status: Active » Fixed

This change is committed in style.css v 1.1.2.4, but I don't have the ability to test in the problem browsers.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.