Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25938, comment 3


Ignore:
Timestamp:
11/13/2013 06:46:25 PM (12 years ago)
Author:
iamtakashi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25938, comment 3

    initial v1  
    11@taupecat, thanks for the report.
    22
    3 We just need to limit the treatment–shifting up the post/page to the header when they have post thumbnail in full-width layout. 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`.
     3We 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`.