added all content to one row to separate by column
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 29 Dec 2015 20:54:55 +0000 (15:54 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 29 Dec 2015 20:54:55 +0000 (15:54 -0500)
views/product_detail.php

index 7d59f05..9377c2e 100644 (file)
@@ -15,7 +15,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
 
 <h2><?php echo $product->post_title; ?></h2>
 
-    <div class="row">
+<div class="row">
   <div class="productImage small-12 medium-4 columns">
            <?php echo get_the_post_thumbnail($product->ID, 'large'); ?>
      </div>
@@ -24,8 +24,8 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
           <h3>Related Files</h3>
           <?php echo do_shortcode('[wpfilebase tag=list /]'); ?>
      </div>
-</div>
- <div class="row">
+
+
 <!--     <div class="productFeature small-12 columns">
     <h2> Features </h2>
     <?php