fixing blog single interior page featured image position
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Mar 2019 18:20:49 +0000 (14:20 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Mar 2019 18:20:49 +0000 (14:20 -0400)
css/app.css
header.php
scss/_blog.scss
style.css

index ef49306..23db777 100644 (file)
@@ -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; }
index eab0ed2..a858713 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.57">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.58">
       <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 8e72a0b..d9754c9 100644 (file)
 }
 .blog-single {
     #head-img {
-        margin: -280px auto 0;
+        margin: 0px auto 0;
         @media #{$small-only} {
-            margin-top: -250px;
+            margin-top: 0px;
         }
     }
 //    #blog-posts-over {
index f07ed6f..67b3782 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.57
+Version: 1.2.58
 */