Off-canvas members sidebar now shows for medium down instead of small-only
authorLaury GvR <laury@gaslightmedia.com>
Wed, 16 Aug 2017 20:33:32 +0000 (16:33 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 16 Aug 2017 20:33:32 +0000 (16:33 -0400)
parts/off-canvas-menu.php

index ecc69dd..508521b 100644 (file)
@@ -3,7 +3,7 @@
     <?php truenorthgolf_mobile_off_canvas( 'top-bar-left' ); ?>
     <?php truenorthgolf_mobile_off_canvas( 'top-bar-right' ); ?>
     <?php if (current_user_can("glm_members_member")) { ?>
-        <div id="members-only-sidebar-off-canvas" class="show-for-small-only small-12 columns">
+        <div id="members-only-sidebar-off-canvas" class="show-for-medium-down small-12 columns">
         <?php get_template_part('parts/members-sidebar');?>
         </div>
         <br>