reducing the members only sidebar width and increasing the main content width in...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 9 Sep 2016 17:01:14 +0000 (13:01 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 9 Sep 2016 17:01:14 +0000 (13:01 -0400)
sections/interior-page.php

index cf312d6..98efb7f 100644 (file)
             <?php } else if (get_page_template_slug( $post->ID ) == "members-only") { ?>
     
                     <?php $index_template = false; ?>
-                          <div class="medium-4 columns members-only-menu show-for-large">
+                          <div class="medium-3 columns members-only-menu show-for-large">
                              <?php glm_side_menu(); ?>
                          </div>
-                         <div class="small-12 medium-8 columns">
+                         <div class="small-12 medium-9 columns">
                             <?php echo apply_filters('the_content', $post_content->post_content) ; ?>
                          </div>
             <!-- check for full width template -->