In IE6, top primary links get aligned vertically.

Comments

Alan Cooney’s picture

Assigned: Unassigned » Alan Cooney
Alan Cooney’s picture

Thanks,

This bug can be resolved by changing the following code in style.css

#primary a span{
  padding: 0px 15px;
  display: block;
  height: 53px;
}

To:

#primary a span{
  padding: 0px 15px;
  display: block;
  height: 53px;
  float:left;
}

A new release will appear shortly that accounts for this bug in IE6.

Alan Cooney

Alan Cooney’s picture

Status: Active » Fixed

The theme has now been updated to fix this

Anonymous’s picture

Status: Fixed » Closed (fixed)

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