From 91840274a2634b293fb1667b1cf032c865c04013 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 14 Mar 2019 09:04:55 -0400 Subject: [PATCH] fixing blog interior page featured images to move the logo to the tab bar in mobile and tablet --- css/app.css | 3 --- header.php | 2 +- scss/_blog.scss | 2 +- style.css | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) 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 */ -- 2.17.1