changing footer action items markup from small-11 to small-12 to center
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Dec 2016 19:24:56 +0000 (14:24 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 16 Dec 2016 19:24:56 +0000 (14:24 -0500)
the icons in small

the action items for enews and visitors guide etc had small-11 columns
which made them uncentered. giving them a small-12 fixes that

sections/footer.php

index 00e7990..cc0dbbe 100644 (file)
@@ -4,13 +4,13 @@
                             <?php endif;?>
                             <div id="action-item">
                                 <div class="row">
-                                    <div id="enews-link" class="small-11 small-centered medium-uncentered medium-4 columns text-center">
+                                    <div id="enews-link" class="small-12 small-centered medium-uncentered medium-4 columns text-center">
                                         <a href="<?php echo get_permalink(48); ?>"><img class="pos-2" alt="e-news" src="<?php bloginfo('template_url'); ?>/assets/enews.png"></a>
                                     </div>
-                                    <div id="savings-link" class="small-11 small-centered medium-uncentered medium-4 columns text-center">
+                                    <div id="savings-link" class="small-12 small-centered medium-uncentered medium-4 columns text-center">
                                         <a href="<?php echo get_permalink(120); ?>"><img class="pos-2" alt="mackinaw savings" src="<?php bloginfo('template_url'); ?>/assets/savings.png"></a>
                                     </div>
-                                    <div id="guide-link" class="small-11 small-centered medium-uncentered medium-4 columns text-center">
+                                    <div id="guide-link" class="small-12 small-centered medium-uncentered medium-4 columns text-center">
                                         <a href="<?php echo get_permalink(50); ?>"><img class="pos-2" alt="request a visitor guide" src="<?php bloginfo('template_url'); ?>/assets/guide.png"></a>
                                     </div>
                                 </div>