Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Manufacturers in a list like Categories

Manufacturers in a list like Categories

Locked

Views: 1,365

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
30 Apr 2007, 9:42 PM
#1
maland avatar

maland

New Zenner

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

Manufacturers in a list like Categories

I'm curious if there is a way to make the Manufacturers show up in a list like Categories as opposed to in the box that they are currently in.

Manufacturers are located directly under categories currently, called Designers.

http://nattiebleu.com/index.php

Thanks!
malan d.

30 Apr 2007, 10:23 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: Manufacturers in a list like Categories

Do you mean like this?
Manufacturers List Sidebox

5 May 2007, 4:36 PM
#3
honeysmom avatar

honeysmom

New Zenner

Join Date:
Jun 2006
Posts:
45
Plugin Contributions:
0

Re: Manufacturers in a list like Categories

I have this set up but the designers name are running into each other.

I tried changing the maximum length but it doesn't seem to change anything.

Any ideas?

http://www.diginewsnow.com/store

6 May 2007, 8:09 AM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: Manufacturers in a list like Categories

What is happening is that you are not getting a <br /> between items. Maybe you changed or missed some CSS that is supposed to be part of the mod; adding

a.manufacturerName { display: block;}

to your stylesheet will fix this.