Quote Originally Posted by gjh42 View Post
If you want to make the product name take up the same space always, you need to give it a height that will fit the longest name you have. You used 30px which is not enough - try 45 or 50px.

You will also need to give a class tag to the first link with the image, so it can take a uniform height without distorting the image.
PHP Code:
'text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0) ? '' '<a href="' zen_href_link(zen_get_info_page($new_products->fields['products_id']), 
PHP Code:
_STATUS == 0) ? '' '<a href="' 
PHP Code:
_STATUS == 0) ? '' '<a class="centerBoxImage" href="' 
Perfect glenn! you mention above to increase it from 30px to 45px or 50px bit if i do that it pushes it down to far and goes outside the box which mean s i would need to increase the length of the grid.... How can i do the image height with the products in the category listing?