</li>
<?php if ( $image->hidden ) continue; ?>
<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
- <br style="clear: both" />
+ <!--<br style="clear: both" />-->
<?php } ?>
<?php endforeach; ?>
</ul>
</li>
<?php if ( $image->hidden ) continue; ?>
<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
- <br style="clear: both" />
+ <!--<br style="clear: both" />-->
<?php } ?>
<?php endforeach; ?>
</ul>
<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 ?> >
+ <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe">
<div class="ngg-gallery-thumbnail" >
<a href="<?php echo nextgen_esc_url($image->imageURL) ?>"
</li>
<?php if ( $image->hidden ) continue; ?>
<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
- <br style="clear: both" />
+ <!--<br style="clear: both" />-->
<?php } ?>
<?php endforeach; ?>
</ul>