diff --git a/src/wp-content/themes/twentyfourteen/css/ie.css b/src/wp-content/themes/twentyfourteen/css/ie.css index 1e640d0ea7..3b71a6b790 100644 --- a/src/wp-content/themes/twentyfourteen/css/ie.css +++ b/src/wp-content/themes/twentyfourteen/css/ie.css @@ -515,7 +515,8 @@ a.post-thumbnail:hover { margin-right: auto; } -.ie8 .full-width.singular .hentry.has-post-thumbnail { +.ie8 .full-width.singular .hentry.has-post-thumbnail, +.ie8 .full-width.home .hentry.has-post-thumbnail { margin-top: -72px; } diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 1ed8066907..f1ad8a9faf 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -3218,7 +3218,8 @@ a.post-thumbnail:hover { } .full-width .site-content .has-post-thumbnail .entry-header, - .full-width.singular .site-content .hentry.has-post-thumbnail { + .full-width.singular .site-content .hentry.has-post-thumbnail, + .full-width.home .site-content .hentry.has-post-thumbnail { margin-top: -48px; } @@ -3544,7 +3545,8 @@ a.post-thumbnail:hover { margin-left: 20px; } - .full-width.singular .site-content .hentry.has-post-thumbnail { + .full-width.singular .site-content .hentry.has-post-thumbnail, + .full-width.home .site-content .hentry.has-post-thumbnail { margin-top: -72px; }