Opened 3 months ago
Closed 3 months ago
#23527 closed defect (bug) (fixed)
Twenty Thirteen: Featured images are not properly aligned on Pages with sidebars
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | trunk |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Featured images are not properly aligned on Twenty Thirteen Pages with sidebars. They are still centered on the screen as if part of a single column.
Attachments (3)
Change History (9)
comment:2
lancewillett — 3 months ago
- Milestone changed from Awaiting Review to 3.6
comment:4
in reply to:
↑ 3
lancewillett — 3 months ago
Replying to kwight:
Moving the featured image markup inside .entry-header (as they are handled in content.php) is more consistent and avoids CSS changes.
Good call, that makes more sense. Patch looks good in testing.
comment:6
lancewillett — 3 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 23460:
Note: See
TracTickets for help on using
tickets.

Moving the featured image markup inside .entry-header (as they are handled in content.php) is more consistent and avoids CSS changes.