From: Laury GvR Date: Mon, 14 Dec 2015 21:48:13 +0000 (-0500) Subject: Gallery margins too wide slightly. Removing overflow. X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fbf6ccc963cefa3f441134aaaa24a87d1c279114;p=WP-Themes%2Fupwatertrails.git Gallery margins too wide slightly. Removing overflow. --- 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; }