adjusting content column width
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 29 Dec 2015 20:45:57 +0000 (15:45 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 29 Dec 2015 20:45:57 +0000 (15:45 -0500)
views/product_detail.php

index 011d015..7d59f05 100644 (file)
@@ -5,6 +5,7 @@ $args = array(
 );
 $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
 ?>
+<?php echo '<span id="breadcrumbs_title"> Product </span>' . " "; ?>
 <?php foreach($relatives as $relative){
     
     echo '<a href="'.  '?michsci_category=' . $relative->term_id . '" >' . $relative->name . "</a>" . " > ";
@@ -25,19 +26,20 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
      </div>
 </div>
  <div class="row">
-     <div class="productFeature small-12 columns">
+<!--     <div class="productFeature small-12 columns">
     <h2> Features </h2>
     <?php 
-    $key_value = get_post_custom_values('miproduct_features', $product->ID); 
-    foreach($key_value as $key=>$value){
-        echo $value; }?>
-     </div>
- </div>
+    //$key_value = get_post_custom_values('miproduct_features', $product->ID); 
+    //foreach($key_value as $key=>$value){
+       // echo $value; }?>
+     </div>-->
+<div class="small-12 medium-8 columns">
  <?php
     setup_postdata( $product );
     the_content(); 
  ?>
-
+</div>
+</div>
 <div class='row'>
      <div id="tagList" class="small-12 medium-6 columns"> 
     <?php