projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c3a9b
)
Footer nav items no longer display below large view, as they are in off-canvas
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 8 Oct 2019 22:42:12 +0000
(18:42 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 8 Oct 2019 22:42:12 +0000
(18:42 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
50f62bc
..
916e5fb
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-32,7
+32,7
@@
<div class="small-12 small-text-center large-text-left large-4 columns">
<?php get_template_part('parts/client-info-footer');?>
</div>
- <div id="footer-nav" class="small-12 small-text-center large-text-left large-2 columns">
+ <div id="footer-nav" class="small-12 small-text-center large-text-left large-2 columns
show-for-large-up
">
<div>
<?php glm_theme_footer(); ?>
</div>