
Originally Posted by
jeffreytcs31
Hi,
I have setup my store
www.discuszone.com and the new product listing is showing 3 product per row, the product name, pricing text are appearing at Right of the product image. However, I would like the product name, pricing and the buy now button to appear at bottom part of the image and align center like this web site
www.fishtradezone.com
can anybody help to guide me what to do to make this chanegs in the text layout issue.
Thanks so much for your help.

You appear to be using the "Monthly Designer Boxes" mod.
The default setting(s) for those boxes is to put the text to the right.
You can change this by opening
includes/modules/YOUR_TEMPLATE/new_products.php
Find the following code:
Code:
<?php
/**
* new_products.php module
*
* @package modules
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: new_products.php 4629 2006-09-28 15:29:18Z ajeh $
*/
//--------------------------------------
$side_of_text = 1; <-- Change this to zero
// 0 -> text below, image above
// 1 -> text on right, image on left
// 2 -> text on left, image on right
//--------------------------------------
Make the change as indicated in red.
save the file and upload to your server.