Thread: Spacing
View Single Post
  #2  
Old 05-12-2008, 12:09 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Spacing

Quote:
Originally Posted by xcesiv
Im a bit lost with this.

I want to put a line or 2 between the products listing on this front page

http://ls1store.xcesiv.com/xcart/home.php

as u can see with the 4 products images being small its very cluttered.

thanks

Warren

Edit file "skin1/modules/Bestsellers/bestsellers.tpl".

After these lines add some tag - "<br />".

PHP Code:
........
    <
b><a href="product.php?productid={$bestseller.productid}&amp;cat={$cat}&amp;bestseller">{$bestseller.product}</a></b><br />
{
$lng.lbl_our_price}: {include file="currency.tpl" value=$bestseller.taxed_price}<br /> 
Reply With Quote