From a6a349cd997b2255fe2150e73562979e4ff6545c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 2 Jan 2015 13:22:42 -0500 Subject: [PATCH] Nivo sliders margin fix --- style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.17.1