windhamdavid 6 years ago
parent
commit
76755860f2
2 changed files with 7 additions and 4 deletions
  1. 3 0
      footer.php
  2. 4 4
      style.css

+ 3 - 0
footer.php

@@ -19,6 +19,9 @@
 					<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
 				</div>
 			</nav>
+			<div class="social">
+<ul class='social-links'><li><a href='https://www.facebook.com/ClimateControlofGreenwood' target='_blank'><img width="22" src="<?php bloginfo('stylesheet_directory'); ?>/images/fb-icon.png"/> FOLLOW US</a></li></ul>
+			</div>
 			<div class="footer-left">
 				<?php echo str_replace( '[date]', date("Y"), get_field('footer_left', 'options') ); ?>
 			</div>

+ 4 - 4
style.css

@@ -728,9 +728,9 @@ input.search-submit {
 	display: none;
 }
 .social {
-	position: absolute;
-	right:0;
-	bottom:10px;
+	position: relative;
+	left:15px;
+	bottom:35px;
 }
 .social .social-links {
 	margin:0;
@@ -745,7 +745,7 @@ input.search-submit {
 	padding:5px 30px 5px 5px;
 	background-position: right center;
 	background-repeat: no-repeat;
-	color:#7a1919;
+	color:#fff
 }
 
 .header-left{