Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / SubCategory Titles in multiple rows

SubCategory Titles in multiple rows

Locked

Views: 1,226

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Aug 2007, 1:59 AM
#1
xmisspurrfect avatar

xmisspurrfect

New Zenner

Join Date:
Jun 2007
Posts:
28
Plugin Contributions:
0

SubCategory Titles in multiple rows

Hello! Sorry for this question but:

Whenever I click on a category, all the subcategories within page (in the middle white section) show up one by one and on top of each other. I would like to organize them in 3 coloums, or two by two..

For example, instead of:
Cabernet
Merlot
etc.

I would like them to display like this:
Cabernet Merlot Chianti

Can anyone please let me know the code? Thanks in advance <3

15 Aug 2007, 3:35 AM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: SubCategory Titles in multiple rows

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

15 Aug 2007, 4:58 PM
#3
xmisspurrfect avatar

xmisspurrfect

New Zenner

Join Date:
Jun 2007
Posts:
28
Plugin Contributions:
0

Re: SubCategory Titles in multiple rows

hi Glenn,

Thank you for your quick reply. I tried what you have suggested but they still appear the same.

www.tuscanywines.net/catalog

any suggestions?

15 Aug 2007, 5:04 PM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: SubCategory Titles in multiple rows

Odd...
It is trying to do what you ask (the subcats are in groups of 3), but something is inserting a <br /> right in front of every subcat name. Can't tell what it is without actually seeing the code that is generating it.

15 Aug 2007, 5:14 PM
#5
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: SubCategory Titles in multiple rows

Your CSS has some missing float:left; for categoryListBoxContents (and lots of other problems too)