adding br tag above bread crumbs in members only template
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Oct 2017 16:03:50 +0000 (12:03 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Oct 2017 16:03:50 +0000 (12:03 -0400)
adding br tag about breadcrumbs in members only template so that the sticky header doesnt
cover it

glm-members-only-template.php
header.php
style.css

index 242daa8..1c834e7 100644 (file)
@@ -12,7 +12,7 @@ Template Name: GLM Members Only Template
             <?php echo glm_get_header();?>
         </div>
         <div id="content-wrapper">
-            
+            <br>
             <div id="crumb-line">
                 <div class="row">
                     <?php
index 6c9f7d6..0b841a5 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.0.42">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.43">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 254ad7a..978bb87 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PetoskeyArea
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PetoskeyArea
-Version: 1.0.42
+Version: 1.0.43
 */