Footer social icon positioning fixed
authorLaury GvR <laury@gaslightmedia.com>
Thu, 8 Nov 2018 21:53:16 +0000 (16:53 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 8 Nov 2018 21:53:16 +0000 (16:53 -0500)
css/app.css
footer.php
scss/_page.footer.scss

index b922281..5f531da 100644 (file)
@@ -8318,7 +8318,7 @@ footer#main {
         footer#main ul li a:hover {
           color: #ffc742; }
   footer#main .social {
-    margin-right: 15px;
+    text-align: right;
     margin-top: 10px; }
     footer#main .social img {
       margin: 0 2px; }
index cf85626..29136be 100644 (file)
@@ -12,7 +12,7 @@
                                         <?php mountpleasantcvb_footer(); ?>
                                     </ul>
                                 </div>
-                                <div class="large-2 columns show-for-large-up social">
+                                <div class="large-3 columns show-for-large-up social">
                                     <a target="_blank" href="https://www.facebook.com/pages/Mount-Pleasant-Area-Convention-and-Visitors-Bureau/55686552727"><img alt="Facebook" src="<?php bloginfo('template_url'); ?>/assets/facebook-icon.png"></a>
                                     <a target="_blank" href="https://twitter.com/MtPleasantCVB"><img alt="Twitter" src="<?php bloginfo('template_url'); ?>/assets/twitter-icon.png"></a>
                                     <a target="_blank" href="http://www.youtube.com/user/mountpleasantwow"><img alt="YouTube" src="<?php bloginfo('template_url'); ?>/assets/youtube-icon.png"></a>
index ac02193..a9c4997 100644 (file)
@@ -23,7 +23,8 @@ footer#main {
         }
     }
     .social {
-        margin-right: 15px;
+        //margin-right: 15px;
+        text-align: right;
         margin-top: 10px;
         img {
             margin: 0 2px;