changed small only row width for products
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Dec 2015 16:25:22 +0000 (11:25 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Dec 2015 16:25:22 +0000 (11:25 -0500)
views/list_products.php

index 53ee87a..1f5ee83 100644 (file)
@@ -3,7 +3,7 @@
     <div id="gridView" class="row">
     <?php if ( isset( $products ) && is_array( $products ) ) : foreach ( $products as $product ) : ?>
    
-        <div class="product grid small-9 medium-4 columns<?php if ($product->end){ echo ' end';}?>">
+        <div class="product grid small-12 medium-4 columns<?php if ($product->end){ echo ' end';}?>">
 
                 <div class="prodImgGrid small-12 columns"><a href="<?php echo $product->href; ?>">
                     <?php echo get_the_post_thumbnail( $product->ID, array(320, 285)); ?></a>
@@ -24,7 +24,7 @@
    <div id="listView" class="row">
     <?php if ( isset( $products ) && is_array( $products ) ) : foreach ( $products as $product ) : ?>
 <!--    <div class="row view">-->
- <div class="product list small-9 columns<?php if ($product->end){ echo ' end';}?>">
+ <div class="product list small-12 columns<?php if ($product->end){ echo ' end';}?>">
            
                 <div class="prodImgList small-12 large-3 columns"><a href="<?php echo $product->href; ?>">
             <?php echo get_the_post_thumbnail( $product->ID, 'post-thumbnail'); ?></a>