Nextgen template overflow fix
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Jun 2018 16:12:51 +0000 (12:12 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Jun 2018 16:12:51 +0000 (12:12 -0400)
nggallery/gallery-glmphotos-8.php
nggallery/gallery-glmphotos-narrow.php
nggallery/gallery-glmphotos.php
nggallery/gallery-glmvideos.php

index 28bb6c9..5c5d662 100644 (file)
@@ -16,7 +16,7 @@ Follow variables are useable :
 
        <!-- Thumbnails -->
     <?php $i = 0; ?>
-        <ul class="gallery row small-block-grid-3 medium-block-grid-6 large-block-grid-8">
+        <ul class="gallery small-block-grid-3 medium-block-grid-6 large-block-grid-8">
        <?php foreach ( $images as $image ) : ?>
         <li>
             <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >
index bc07527..9388984 100644 (file)
@@ -16,7 +16,7 @@ Follow variables are useable :
 
        <!-- Thumbnails -->
     <?php $i = 0; ?>
-        <ul class="gallery row small-block-grid-1 medium-block-grid-2 large-block-grid-3">
+        <ul class="gallery small-block-grid-1 medium-block-grid-2 large-block-grid-3">
        <?php foreach ( $images as $image ) : ?>
         <li>
             <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >
index c5329e2..cc6369a 100644 (file)
@@ -17,7 +17,7 @@ Follow variables are useable :
 <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
        <!-- Thumbnails -->
     <?php $i = 0; ?>
-        <ul class="gallery row small-block-grid-2 medium-block-grid-3 large-block-grid-4">
+        <ul class="gallery small-block-grid-2 medium-block-grid-3 large-block-grid-4">
        <?php foreach ( $images as $image ) : ?>
         <li>
             <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >
index 367627d..41942f2 100644 (file)
@@ -14,7 +14,7 @@ Follow variables are useable :
 ?>
 <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
 
-<ul id='gallery' class='gallery row small-block-grid-2 medium-block-grid-3 large-block-grid-4'>
+<ul id='gallery' class='gallery small-block-grid-2 medium-block-grid-3 large-block-grid-4'>
 <?php if ($gallery->show_slideshow) { ?>
        <!-- Slideshow link -->
        <div class="slideshowlink">