resetting the chamber content columns to their original state, will have to use css...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 13 Oct 2016 13:05:57 +0000 (09:05 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 13 Oct 2016 13:05:57 +0000 (09:05 -0400)
sections/interior-page.php

index 64f9015..f70373e 100644 (file)
@@ -19,7 +19,7 @@
               <?php if (get_page_template_slug( $post->ID ) == "page-chamber") { ?>
                    
                 <?php $index_template = false; ?>
-                    <div id="chamber-content" class="small-12 medium-9 medium-push-3 columns">
+                    <div id="chamber-content" class="small-12 medium-8 medium-push-4 columns">
                         <?php if(function_exists('bcn_display') && !is_front_page()) 
                         {
                             echo "<div class=\"breadcrumbs\">";
@@ -29,7 +29,7 @@
                         } ?>
                         <?php get_template_part('parts/main-content'); ?>
                      </div>    
-                     <div id="sidebar" class="small-12 medium-3 medium-pull-9 columns">
+                     <div id="sidebar" class="small-12 medium-4 medium-pull-8 columns">
                         <?php get_template_part('parts/chamber-sidebar-left'); ?>
                      </div>