From: Anthony Talarico Date: Wed, 9 Dec 2015 20:27:21 +0000 (-0500) Subject: adding margin to mobile slider X-Git-Tag: v1.0.0^2~39 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=410e374d5546fe8fadfa70ce498e7bfc68a4f578;p=WP-Themes%2Fthemoleholeonline.git adding margin to mobile slider --- diff --git a/style.css b/style.css index 03d59a0..026069a 100644 --- 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);