From fbf6ccc963cefa3f441134aaaa24a87d1c279114 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 14 Dec 2015 16:48:13 -0500 Subject: [PATCH] Gallery margins too wide slightly. Removing overflow. --- css/app.css | 2 +- scss/plugins/_nextgen.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 456b9c7..923676d 100644 --- a/css/app.css +++ b/css/app.css @@ -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 */ diff --git a/scss/plugins/_nextgen.scss b/scss/plugins/_nextgen.scss index d3ad629..bc00bd2 100644 --- a/scss/plugins/_nextgen.scss +++ b/scss/plugins/_nextgen.scss @@ -36,7 +36,7 @@ margin: 0 auto; } } -.ngg-galleryoverview { +#main-content .ngg-galleryoverview { overflow: visible; } -- 2.17.1