projects
/
WP-Themes
/
truenorthgolf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d52d05
)
Off-canvas members sidebar now shows for medium down instead of small-only
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 16 Aug 2017 20:33:32 +0000
(16:33 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 16 Aug 2017 20:33:32 +0000
(16:33 -0400)
parts/off-canvas-menu.php
patch
|
blob
|
history
diff --git
a/parts/off-canvas-menu.php
b/parts/off-canvas-menu.php
index
ecc69dd
..
508521b
100644
(file)
--- a/
parts/off-canvas-menu.php
+++ b/
parts/off-canvas-menu.php
@@
-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>