added div to facebook anchor
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jan 2016 18:36:34 +0000 (13:36 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jan 2016 18:36:34 +0000 (13:36 -0500)
parts/client-info-footer.php

index d90f085..298e99c 100644 (file)
@@ -26,6 +26,8 @@
     <?php endif;?>
     <span class="bullet"> &#8226; </span><a href="<?php echo esc_url( get_permalink( 2672 ) ) ?>">Contact Us</a>
     <?php endif;?>
-    <a target="_blank" href="https://www.facebook.com/pages/Otsego-County-Government/321818777939955"><img src="<?php echo get_template_directory_uri(); ?>/assets/facebook.png"></a>
+    <div id="fbIcon">
+        <a target="_blank" href="https://www.facebook.com/pages/Otsego-County-Government/321818777939955"><img src="<?php echo get_template_directory_uri(); ?>/assets/facebook.png"></a>
+    </div>
 </div>