From: Laury Date: Thu, 23 Aug 2018 16:32:20 +0000 (-0400) Subject: Connect With Us in footer and Blog icon added X-Git-Tag: v1.0.5^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=42974c4bd38dd5ab5294a2aadc8050af7ea92dfd;p=WP-Themes%2Fhotelearl.git Connect With Us in footer and Blog icon added --- diff --git a/assets/header-social.png b/assets/header-social.png index 23fc008..08ac71c 100644 Binary files a/assets/header-social.png and b/assets/header-social.png differ diff --git a/footer.php b/footer.php index fabe607..404a980 100644 --- a/footer.php +++ b/footer.php @@ -26,15 +26,16 @@
- diff --git a/header.php b/header.php index c415719..3f8ae16 100644 --- a/header.php +++ b/header.php @@ -36,7 +36,8 @@
diff --git a/style.css b/style.css index 5da4f83..70548a0 100644 --- a/style.css +++ b/style.css @@ -1222,6 +1222,42 @@ Main Header --------------------------------------------------------------*/ #footer_address{ width: 100%; +} +#footer-right { +} +#footer-social-wrapper { + position: relative; + top: 30px; +} +#footer-social-wrapper #footer-social { + right: 0; + top: 20px; +} +#footer-social .social-icon.blog { + background-position: 24px 0px; + left: 200px; +} +#footer-social .social-icon.facebook { + background-position: 0px 0px; + left: 160px; + min-width: 25px !important; +} +#footer-social-title { + font-weight: bold; +} +@media (max-width: 768px) { + #footer-social-wrapper { + display: none; + } +} +.social-header .social-icon { + margin-right: 10px +} +.social-header .social-icon.blog { + background-position: 24px 0px; +} +.social-header .social-icon.facebook { + } #masthead { width: 100%;