removing events sidebar from the front page and expanding the main content to 12...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 28 Sep 2016 18:10:48 +0000 (14:10 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 28 Sep 2016 18:10:48 +0000 (14:10 -0400)
front-page.php

index e4d7814..1c01617 100644 (file)
             <?php endif;?>
         </div>
         <div class="row">
-            <div id="main-content" class="small-12 medium-6 large-8 columns">
+            <div id="main-content" class="small-12 columns">
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
                 <?php endwhile; else:?>
                 <p><?php _e('Sorry, no posts yet');?></p>
                 <?php endif;?>
             </div>
-            <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
-                <?php get_sidebar(); ?>
-            </div>
         </div>
 <!--        <br><h1>Recent Emmet County EMS News</h1><br>
         <div id="blog-feed" class="row">-->