adding margin to mobile slider
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 20:27:21 +0000 (15:27 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 20:27:21 +0000 (15:27 -0500)
style.css

index 03d59a0..026069a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -43,6 +43,12 @@ Text Domain: galleria
         background: transparent !important;
     }
 }
+@media (max-width: 768px){
+    .metaslider{
+        top: 85px;
+    }
+}
+
 
 .theme-default .nivo-caption{
     background: rgb(99, 133, 73);