From: Anthony Talarico Date: Thu, 14 Mar 2019 13:04:55 +0000 (-0400) Subject: fixing blog interior page featured images to move the logo to the tab bar in mobile... X-Git-Tag: v1.2.56^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=91840274a2634b293fb1667b1cf032c865c04013;p=WP-Themes%2Fmountpleasantwow.git fixing blog interior page featured images to move the logo to the tab bar in mobile and tablet --- diff --git a/css/app.css b/css/app.css index 3d75266..d7e95f3 100644 --- a/css/app.css +++ b/css/app.css @@ -8111,9 +8111,6 @@ body #glm-member-front-header .glm-button.button { font-style: normal; font-weight: normal; } -.blog-home #head-img { - margin-top: -278px; } - .blog-single #head-img { margin: -280px auto 0; } @media only screen and (max-width: 40em) { diff --git a/header.php b/header.php index d17f99a..05730ce 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 549e54e..56a1fb8 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -279,7 +279,7 @@ } .blog-home { #head-img { - margin-top: -278px; + // margin-top: -278px; } } .blog-single { diff --git a/style.css b/style.css index 5a9b65b..91c4cc9 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.55 +Version: 1.2.56 */