Nivo sliders margin fix
authorLaury GvR <laury@gaslightmedia.com>
Fri, 2 Jan 2015 18:22:42 +0000 (13:22 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 2 Jan 2015 18:22:42 +0000 (13:22 -0500)
style.css

index c26c90d..c872483 100644 (file)
--- 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