From: Anthony Talarico Date: Thu, 14 Mar 2019 18:20:49 +0000 (-0400) Subject: fixing blog single interior page featured image position X-Git-Tag: v1.2.58^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=124d5cae827c062c58191ecc8ca070092e77d7ac;p=WP-Themes%2Fmountpleasantwow.git fixing blog single interior page featured image position --- diff --git a/css/app.css b/css/app.css index ef49306..23db777 100644 --- a/css/app.css +++ b/css/app.css @@ -8115,10 +8115,10 @@ body #glm-member-front-header .glm-button.button { font-weight: normal; } .blog-single #head-img { - margin: -280px auto 0; } + margin: 0px auto 0; } @media only screen and (max-width: 40em) { .blog-single #head-img { - margin-top: -250px; } } + margin-top: 0px; } } #blog-side-info-wrapper { top: -57px; } diff --git a/header.php b/header.php index eab0ed2..a858713 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/scss/_blog.scss b/scss/_blog.scss index 8e72a0b..d9754c9 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -288,9 +288,9 @@ } .blog-single { #head-img { - margin: -280px auto 0; + margin: 0px auto 0; @media #{$small-only} { - margin-top: -250px; + margin-top: 0px; } } // #blog-posts-over { diff --git a/style.css b/style.css index f07ed6f..67b3782 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for MountPleasantCVB -Version: 1.2.57 +Version: 1.2.58 */