Footer nav items no longer display below large view, as they are in off-canvas
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Oct 2019 22:42:12 +0000 (18:42 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Oct 2019 22:42:12 +0000 (18:42 -0400)
footer.php

index 50f62bc..916e5fb 100644 (file)
@@ -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>