Fix styles that were removed with version bump in last commit
authorLaury GvR <laury@gaslightmedia.com>
Thu, 23 Aug 2018 16:40:13 +0000 (12:40 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 23 Aug 2018 16:40:13 +0000 (12:40 -0400)
style.css

index 3cb63d4..deac365 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@ Theme Name: Hotel Earl
 Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/
 Author: AccessPress Themes
 Author URI: https://accesspressthemes.com/
-Version: 1.0.5
+Version: 1.0.6
 License: GNU General Public License v3 or later
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: accesspress-parallax
@@ -1223,10 +1223,41 @@ Main Header
 #footer_address{
     width: 100%;
 }
-#footer-social {
+#footer-right {
+}
+#footer-social-wrapper {
     position: relative;
-    top: 100px;
-    right: 50px;
+    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%;