Gallery margins too wide slightly. Removing overflow.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 14 Dec 2015 21:48:13 +0000 (16:48 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 14 Dec 2015 21:48:13 +0000 (16:48 -0500)
css/app.css
scss/plugins/_nextgen.scss

index 456b9c7..923676d 100644 (file)
@@ -6818,7 +6818,7 @@ main {
     .ninja-forms-form-wrap input[type=submit]:hover, .ninja-forms-form-wrap input[type=submit]:focus {
       color: #FFFFFF; }
 
-.ngg-galleryoverview {
+#main-content .ngg-galleryoverview {
   overflow: visible; }
 
 /* End NextGen Gallery */
index d3ad629..bc00bd2 100644 (file)
@@ -36,7 +36,7 @@
         margin: 0 auto;
     }
 }
-.ngg-galleryoverview {
+#main-content .ngg-galleryoverview {
     overflow: visible;
 }