removed nested row from tags
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:00:50 +0000 (15:00 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:00:50 +0000 (15:00 -0500)
views/product_detail.php

index 435447f..29a26d6 100644 (file)
@@ -28,7 +28,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
                 $shortcode_output = do_shortcode($value);
                 print $shortcode_output;
         }?>
-         <div class="gallery small-12 medium-4 columns">
+         <div class="gallery ">
           <?php echo '<a href="#glm_gallery"> Product Gallery </a>'; ?>
           <div id="tags">
           <?php echo "<h2 id='tagsTitle'> Related Products </h2><br>";