From 6a06ce66ab7d690dcb7615575225ab4402a30fdb Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 2 Jan 2015 13:21:40 -0500 Subject: [PATCH] Nivo slider margin fix --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 0d105ed..43970e4 100755 --- a/style.css +++ b/style.css @@ -497,6 +497,13 @@ ul, ol, dl { .metaslider .slides li img { margin: 0; } +.nivo-main-image { + margin: 0 !important; +} +.nivo-caption { + position: relative !important; +} + /* End MetaSlider */ /* */ -- 2.17.1