Did wrong div for the medium for the narrow template page
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Jun 2016 15:41:39 +0000 (11:41 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Jun 2016 15:41:49 +0000 (11:41 -0400)
Switching to correct div

page-narrow-template.php

index 96271b5..c2af771 100644 (file)
@@ -10,14 +10,14 @@ get_header(); ?>
 </div>
     <main class="page-inside">
         <div class="row">
-            <div class="small-12 medium-10 medium-centered columns" id="content-wrapper">
+            <div class="small-12 columns" id="content-wrapper">
                 <div class="row">
                     <?php
                     get_template_part('parts/bread-crumbs');
                     ?>
                 </div>
                 <div class="row">
-                    <div id="main-content" class="small-12 columns">
+                    <div id="main-content" class="small-12 medium-10 medium-centered columns">
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                         <?php the_content();?>
                         <?php endwhile; else:?>