From: Laury GvR Date: Fri, 2 Jan 2015 18:22:42 +0000 (-0500) Subject: Nivo sliders margin fix X-Git-Tag: v1.0.0~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a6a349cd997b2255fe2150e73562979e4ff6545c;p=WP-Themes%2FWildBillsATVs.git Nivo sliders margin fix --- diff --git a/style.css b/style.css index c26c90d..c872483 100644 --- a/style.css +++ b/style.css @@ -313,4 +313,14 @@ html { .ngg-gallery-thumbnail img { width: 100%; } -/* End Nextgen Gallery */ \ No newline at end of file +/* End Nextgen Gallery */ + +/* MetaSlider */ +.nivo-main-image { + margin: 0 !important; +} +.nivo-caption { + position: relative !important; +} + +/* End MetaSlider */ \ No newline at end of file