Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Spacing between rows in product listing and advanced searches

Spacing between rows in product listing and advanced searches

Locked

Views: 1,066

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
29 Apr 2008, 12:22 AM
#1
gbensonii avatar

gbensonii

New Zenner

Join Date:
Mar 2008
Posts:
8
Plugin Contributions:
0

Spacing between rows in product listing and advanced searches

I have a problem with images appearing on top of each other when displaying a list of products either in the advanced search or when listing products that are in subcategories. The Web addresses are

Advanced Search issue:

http://raggedmountaintradingpost.com/shop/index.php?main_page=advanced_search_result&keyword=keywords&search_in_description=1&categories_id=&inc_subcat=1&manufacturers_id=&pfrom=0&pto=9999&dfrom=&dto=&x=20&y=4

Subcategories Isse:

http://raggedmountaintradingpost.com/shop/index.php?main_page=index&cPath=5_23

If you look you will notice that on each the products images appear to be sitting directly on top of each other. How do I put more space between them?

1 May 2008, 4:15 PM
#2
tonsai avatar

tonsai

New Zenner

Join Date:
Apr 2008
Posts:
15
Plugin Contributions:
0

Re: Spacing between rows in product listing and advanced searches

add this to your stylesheet:

/includes/templates/your-template/css/stylesheet.css

.productListing-data
{
 padding-bottom:30px;
}