fixing interior page header images so that the logo doesn't sit over it
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Mar 2019 19:12:44 +0000 (15:12 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Mar 2019 19:12:44 +0000 (15:12 -0400)
css/app.css
header.php
scss/_main.scss
style.css

index fcfab2f..b2d47a3 100644 (file)
@@ -7273,17 +7273,14 @@ main #mid {
 #head-img {
   position: relative;
   min-height: 409px;
-  margin: -185px auto 0; }
+  margin: 0px auto 0; }
   @media only screen and (max-width: 40em) {
     #head-img {
-      margin-top: -140px;
       min-height: 170px; } }
   #head-img .featured-image {
-    min-height: 409px;
-    margin-top: -295px; }
+    min-height: 409px; }
     @media only screen and (max-width: 40em) {
       #head-img .featured-image {
-        margin-top: -140px;
         min-height: 170px; } }
 
 main#golf-template img.orb-shadow {
index 65d5fab..de940ec 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.53">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.54">
       <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 23dd252..ab05abf 100644 (file)
@@ -349,16 +349,16 @@ main {
 #head-img {
     position: relative;
     min-height: 409px;
-    margin: -185px auto 0;
+    margin: 0px auto 0;
     @media #{$small-only} {
-        margin-top: -140px;
+        // margin-top: -140px;
         min-height: 170px;
     }
     .featured-image {
         min-height: 409px;
-        margin-top: -295px;
+        // margin-top: -295px;
         @media #{$small-only} {
-            margin-top: -140px;
+            // margin-top: -140px;
             min-height: 170px;
         }
     }
index fba3001..a6064c4 100644 (file)
--- 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.53
+Version: 1.2.54
 */