Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with subcategory product placement, on main page.

Help with subcategory product placement, on main page.

Locked

Views: 1,124

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
8 May 2007, 8:58 PM
#1
reznikvova avatar

reznikvova

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Help with subcategory product placement, on main page.

Hi,
I received some great help last time I posted, so TIA for any help with this problem.

I want to arrange the two categories vertically.

Right now they are arranged horizontally.

Link:
http://rangevideo.com/store/index.php?main_page=index&cPath=14

I have also attached a picture.

Thank you!

8 May 2007, 9:07 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: Help with subcategory product placement, on main page.

Admin > Configuration > Maximum Values > Categories To List Per Row.

8 May 2007, 10:04 PM
#3
reznikvova avatar

reznikvova

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Re: Help with subcategory product placement, on main page.

Thank you! It worked, obviously :lamo:

Maybe in two words or less ;), how can I align th categories to the left?

Is it something to add into the .css?

Thanks!

9 May 2007, 6:25 AM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: Help with subcategory product placement, on main page.

Yes, the stylesheet should be the place to adjust this... although the way the code works, automatically spacing whatever number of categories evenly across the space, it might not be amenable to that.
float: left; would be the usual method, but doesn't work here.

.categoryListBoxContents {text-align: left;} does the job.