[wp-trac] [WordPress Trac] #28649: Twenty Fourteen: Featured Image covers post meta

WordPress Trac noreply at wordpress.org
Thu Jun 26 17:45:12 UTC 2014


#28649: Twenty Fourteen: Featured Image covers post meta
---------------------------+-----------------------------
 Reporter:  kraftbj        |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  3.9
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 With a viewport of >846px, the following CSS is being used:
 {{{
 .full-width.singular .site-content .hentry.has-post-thumbnail,
 .full-width.home .site-content .hentry.has-post-thumbnail {
 margin-top: -72px;
 }
 }}}
 ( https://core.trac.wordpress.org/browser/trunk/src/wp-
 content/themes/twentyfourteen/style.css#L3692 )

 On the home page, this hides the post meta of a newer post above it.
 Example (with Chrome's Inspect Element highlighting of the hidden `tag-
 links` span class):
 https://cloudup.com/c73YI-T-vzR

 The CSS is required for the singular pages and for the first post with a
 featured image to avoid any whitespace.

 Suggestion: Replace `.full-width.home .site-content .hentry.has-post-
 thumbnail` with `.full-width.home .site-content .hentry.has-post-thumbnail
 :first-child`

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28649>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list