From 410e374d5546fe8fadfa70ce498e7bfc68a4f578 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 Dec 2015 15:27:21 -0500 Subject: [PATCH] adding margin to mobile slider --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.17.1