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