added row below breadcrumbs row
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Jan 2016 16:48:50 +0000 (11:48 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Jan 2016 16:48:50 +0000 (11:48 -0500)
home.php

index 9a1c88c..b5afc9b 100644 (file)
--- a/home.php
+++ b/home.php
@@ -2,6 +2,7 @@
 <div class="feature-img">
     <?php echo glm_get_header(); ?>
 </div>
+<?php get_template_part('parts/off-canvas_main');?>
 <div id="bread-row">
     <div class="row">
         <?php
         ?>
     </div>
 </div>
-<?php get_template_part('parts/off-canvas_main');?>
 <main class="blog-home">
 <!--
    <article <?php  //post_class() ?> id="interior-featured">
         <?php // glm_get_header(); ?>
     </article> 
 -->
-    
+    <div class="row">
         <div id="blog-posts-over" class="small-12 medium-9 columns">
            <h1> County News</h1>
             <?php if(have_posts()) : while(have_posts()): the_post();?>