View Single Post
  #5  
Old 02-01-2009, 08:52 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Standardizing Products Page

ok you will need to edit 2 files

make backups of both first****

custoemr/main/product_t.tpl
and skin1.css

find this code in product_t.tpl

<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}" class="ProductTitle">{$products[product].product}</a><br />


change to this

<div class="prodTitle"><a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}" class="ProductTitle">{$products[product].product}</a></div><br />


add this to skin1.css

.prodTitle{
height:33px;
}


upload both files.


increase or decrease 33px until desired result is reached.
__________________
xcart 5.1.2
Reply With Quote