add style for the page numbers for the next gen gallery to override the
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 5 Jan 2016 14:29:27 +0000 (09:29 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 5 Jan 2016 14:29:27 +0000 (09:29 -0500)
flex display from woocommerce style

css/app.css
scss/plugins/_nextgen.scss

index 4ec98f7..f0e207b 100644 (file)
@@ -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;
index 3bb3619..3dc25ad 100644 (file)
@@ -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;