hiding the sidebar with a show-for-large class in the chamber templates
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Oct 2016 12:02:48 +0000 (08:02 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Oct 2016 12:02:48 +0000 (08:02 -0400)
sections/interior-page.php

index 871b6b9..c6a2a47 100644 (file)
@@ -19,7 +19,7 @@
               <?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">
+                   <div id="sidebar" class="small-12 medium-4 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">