From: Steve Sutton Date: Tue, 5 Jan 2016 14:29:27 +0000 (-0500) Subject: add style for the page numbers for the next gen gallery to override the X-Git-Tag: v1.0.0^2~18 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=64e4b1bd3bc14fbd7625a469f6799f05d1c41688;p=WP-Themes%2Fstaffords.git add style for the page numbers for the next gen gallery to override the flex display from woocommerce style --- diff --git a/css/app.css b/css/app.css index 4ec98f7..f0e207b 100644 --- a/css/app.css +++ b/css/app.css @@ -7240,6 +7240,9 @@ main a { .ngg-glmalbums { margin: 10px 0; } +div.ngg-navigation a.page-numbers { + display: inline-block; } + /* Ninja Forms */ .ninja-forms-form-wrap { max-width: 600px; diff --git a/scss/plugins/_nextgen.scss b/scss/plugins/_nextgen.scss index 3bb3619..3dc25ad 100644 --- a/scss/plugins/_nextgen.scss +++ b/scss/plugins/_nextgen.scss @@ -26,6 +26,9 @@ .ngg-glmalbums { margin: 10px 0; } +div.ngg-navigation a.page-numbers { + display: inline-block; +} /* Ninja Forms */ .ninja-forms-form-wrap { max-width: 600px;