projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb05be
)
reducing column size for content output
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 14:39:53 +0000
(09:39 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 Dec 2015 14:39:53 +0000
(09:39 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
c618194
..
aebe698
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-16,7
+16,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
<h2><?php echo $product->post_title; ?></h2>
<div class="row">
- <div class="productImage small-12 medium-
8
columns">
+ <div class="productImage small-12 medium-
7
columns">
<?php echo get_the_post_thumbnail($product->ID, 'large'); ?>
</div>
@@
-37,7
+37,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
//foreach($key_value as $key=>$value){
// echo $value; }?>
</div>-->
- <div class="description small-12 medium-
8
columns">
+ <div class="description small-12 medium-
7
columns">
<?php
setup_postdata( $product );
the_content();