I added some changes for medium view
authorIan Weller <ian@gaslightmedia.com>
Fri, 21 Jul 2017 15:21:04 +0000 (11:21 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 21 Jul 2017 15:21:04 +0000 (11:21 -0400)
I made the footer nav only visible on large view rather medium and up.

sections/footer.php

index 53c7feb..414dc08 100644 (file)
@@ -9,7 +9,7 @@
             <div class="small-12 large-6 columns">
                 <h1 class="hashtag">#explorebaragacounty</h1>
             </div>
-            <div class="small-12 large-6 columns show-for-medium text-right">
+            <div class="large-6 columns show-for-large text-right">
                 <?php glm_theme_footer(); ?>
             </div>            
         </div>