removing medium from members only sidebar
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 5 Jun 2017 20:02:58 +0000 (16:02 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 5 Jun 2017 20:02:58 +0000 (16:02 -0400)
changing medium up for the members only sidebar so that it's visible in mobile view

sidebar.php

index f823da4..907044e 100644 (file)
@@ -1,6 +1,6 @@
 <?php if (get_page_template_slug( $post->ID ) === "members-only-template.php") {  ?>
     <?php if (current_user_can("glm_members_member")) { ?>
-        <div id="members-only-sidebar" class="show-for-medium-up opensearchserver.ignore">
+        <div id="members-only-sidebar" class="show-for-small-up opensearchserver.ignore">
             <div class="row collapse">
                 <h4 class="sidebar-title"> Board Members Only</h4>
                      <?php glm_theme_top_bar('members-only-menu'); ?>