testing removal of push and pull for chamber page template
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 13 Oct 2016 13:03:17 +0000 (09:03 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 13 Oct 2016 13:03:17 +0000 (09:03 -0400)
sections/interior-page.php

index 64f9015..a09616f 100644 (file)
               <?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="sidebar" class="small-12 medium-4 columns">
+                        <?php get_template_part('parts/chamber-sidebar-left'); ?>
+                    </div>   
+                    <div id="chamber-content" class="small-12 medium-8 columns">
                         <?php if(function_exists('bcn_display') && !is_front_page()) 
                         {
                             echo "<div class=\"breadcrumbs\">";
@@ -29,9 +32,7 @@
                         } ?>
                         <?php get_template_part('parts/main-content'); ?>
                      </div>    
-                     <div id="sidebar" class="small-12 medium-3 medium-pull-9 columns">
-                        <?php get_template_part('parts/chamber-sidebar-left'); ?>
-                     </div>    
+                      
 
                 <?php } else if(is_in_tree(MEMBERS_ONLY_ID)) { ?>
                     <?php get_template_part('sections/glm-members-only'); ?>