Opened 11 years ago
Closed 11 years ago
#25938 closed defect (bug) (fixed)
Twenty Fourteen: "Featured Images" section cut off when front page is static
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
When switching to a static front page instead of lists of posts, the "featured images" section moves higher on the screen, causing the images in the top row to look cut off compared to its "lists of posts" counterpart, but _only_ when the posts have featured images. o_O
See screenshots at http://imgur.com/ohocd7S
Working on a patch.
Attachments (3)
Change History (9)
#3
@
11 years ago
@taupecat, thanks for the report.
We just need to limit the treatment to the posts/pages in the main content, site-content
. So the appropriate fix would be add site-content
to two places. L3202 and 3493 so that the selector become .full-width.singular .site-content .hentry.has-post-thumbnail
.
#4
@
11 years ago
- Keywords commit added
Updated patch. Let's just not add the class in the first place.
Note: See
TracTickets for help on using
tickets.
Here's the patch. Had to add yet another class onto the body. :-/