Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / product description layout

product description layout

Views: 729

Results 1 to 4 of 4
18 Feb 2011, 12:48 AM
#1
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

product description layout

is there a way to get more room between products on the product listing pages (and in search results)

product listings
http://airtightvideo.com/shopping_cart/index.php?main_page=index&cPath=1

and search results
http://airtightvideo.com/shopping_cart/index.php?main_page=advanced_search_result&search_in_description=1&keyword=camera+hunter

if the search results dont work enter <camera hunter> in the search box and the search results come back the same as products on the product listing pages (like if you click on a category it brings you to a product listing page)
If it were regular html I would add a couple of <br><br> to add some space between products.

thanks for any help

18 Feb 2011, 1:31 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: product description layout

Add to your stylesheet

.productListing-data {padding: 1.2em; border-bottom: 1px solid #ccddee;}

Adjust to taste.

I notice that you have a styles_mine.css as well as the standard stylesheet.css. Making a complete duplicate and keeping both in the /css/ folder is a bad idea. It is a lot of extra information (bandwidth) to send to every user, and you will never know which stylesheet is controlling a certain element because they are both trying to control everything.

18 Feb 2011, 1:40 AM
#3
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

Re: product description layout

where should i move which one?

18 Feb 2011, 4:57 AM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: product description layout

You should keep whichever one you have made customizations to, and move the other one to your pc or someplace else away from your Zen Cart template folders. Or, you could rename the backup file to whatever.bak so it will be ignored by the code.