increasing columns for the chamber content in medium and small views for the chamber...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Oct 2016 12:04:01 +0000 (08:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Oct 2016 12:04:01 +0000 (08:04 -0400)
sections/interior-page.php

index c6a2a47..cf38bc1 100644 (file)
               <?php if (get_page_template_slug( $post->ID ) == "page-chamber") { ?>
                    
                 <?php $index_template = false; ?>
-                   <div id="sidebar" class="small-12 medium-4 large-3 columns show-for-large">
+                   <div id="sidebar" class="large-3 columns show-for-large">
                         <?php get_template_part('parts/chamber-sidebar-left'); ?>
                      </div>    
-                    <div id="chamber-content" class="small-12 medium-8 large-9 columns">
+                    <div id="chamber-content" class="small-12 large-9 columns">
                         <?php if(function_exists('bcn_display') && !is_front_page()) 
                         {
                             echo "<div class=\"breadcrumbs\">";