Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Listing Quantity Box

Product Listing Quantity Box

Views: 555

Results 1 to 3 of 3
18 Jul 2011, 12:21 AM
#1
stampsville avatar

stampsville

Zen Follower

Join Date:
Jul 2004
Posts:
123
Plugin Contributions:
0

Product Listing Quantity Box

Hi all,
Are you able to seperate the quantity box from the price? It seems like it is maintained in the same "block". I want to move the checkbos to the left side of the name and just can't figure it out.
Site product list checklist site: http://stampcommune. com/ us/ *Note seperations.
Also trying to get the list to read vertically. Can't figure that out either.
A D G
B E H
C F I

Thanks
Grant

18 Jul 2011, 10:25 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Product Listing Quantity Box

You could add this to the stylesheet:

**.centerBoxContentsProducts input {
float:left;
} **

I can't answer the second question, but I suspect it would require some custom coding.

18 Jul 2011, 2:30 PM
#3
stampsville avatar

stampsville

Zen Follower

Join Date:
Jul 2004
Posts:
123
Plugin Contributions:
0

Re: Product Listing Quantity Box

Thank you stevesh. That was driving me crazy.
The vertical read I tried everything and don't unterstand the code enought to get it.

Grant