I updated the interior page
authorIan Weller <ian@gaslightmedia.com>
Fri, 28 Apr 2017 19:39:21 +0000 (15:39 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 28 Apr 2017 19:39:21 +0000 (15:39 -0400)
I updated the interior page layout.

page.php

index 0a23540..068e711 100644 (file)
--- a/page.php
+++ b/page.php
@@ -1,13 +1,12 @@
 <?php get_header(); ?>
-    <div id="content-wrapper" class='side-shadow row'>
+    <div id="content-wrapper">
         <div class="row content">
             <div class="small-12 columns">
             <?php
             get_template_part('parts/bread-crumbs');
             ?>
             </div>
-            <?php get_sidebar(); ?>
-            <div class="small-12 medium-9 columns main">
+            <div class="small-12 columns main">
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                     <?php the_content();?>
                 <?php endwhile; else:?>