From 344a212ef835532c715c9fadb66303c0796c72dc Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 Dec 2015 09:13:01 -0500 Subject: [PATCH] adjusting columns for content --- views/product_detail.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/product_detail.php b/views/product_detail.php index f641715..f0cd2aa 100644 --- a/views/product_detail.php +++ b/views/product_detail.php @@ -20,7 +20,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); ID, 'large'); ?> -
+
ID); foreach($key_value as $key=>$value){ @@ -37,13 +37,13 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args); //foreach($key_value as $key=>$value){ // echo $value; }?>
--> -
+
-
+ -- 2.17.1