Opened 3 years ago
Closed 3 years ago
#15040 closed defect (bug) (invalid)
Theme Twenty Ten issue
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.0.1 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: |
Description
In every page but the landing page, the menu drops down (space inbetween image and menu).
Add style="display:block" in the image attributes.
(see below - this seems to fix the issue)
<img src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="home" style="display:block"/>
Change History (4)
comment:1
iandstewart — 3 years ago
comment:2
WraithKenny — 3 years ago
I'm seeing #branding img {display: block;} on 29 in header.css so I don't think the inline declaration is necessary... Are you using a 2010 child theme?
Note: See
TracTickets for help on using
tickets.

I'm not able to reproduce this issue in IE6+/Opera/Chrome/Safari/Firefox. Would you be able to point to a screenshot and/or confirm this issue is continuing with trunk and the browser in use?