removing the row class from nggallery template
authorIan Weller <ian@gaslightmedia.com>
Mon, 8 Aug 2016 15:30:50 +0000 (11:30 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 8 Aug 2016 15:30:50 +0000 (11:30 -0400)
nggallery/gallery-glmphotos.php

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 ?> >