tjbailey Posted December 8, 2012 Posted December 8, 2012 The default product listing page shows what appears to be a table with two horizontal columns. The cell on the left contains the product description and the cell on the right contains the product image. The text column is too crowded. I'd like to be able to remove one of the columns so that I can have the product image on top and the description under the image. Is this possible? Thanks for any help I can get (new to all of this).
PupStar Posted December 8, 2012 Posted December 8, 2012 find this line of code in product_info.php <?php echo stripslashes($product_info['products_description']); ?> and then above it add this <div style="clear: both;"></div>
tjbailey Posted December 8, 2012 Author Posted December 8, 2012 PupStar - you are amazing. Thank you. That works like a charm.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.