Closed (won't fix)
Project:
Taxonomy Theme
Version:
5.x-1.x-dev
Component:
User Interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Mar 2009 at 09:33 UTC
Updated:
9 Jan 2011 at 22:14 UTC
I'd create taxonomy with few terms on my site. Products in specific term are listed one below each other e.g.
product a
product b
product c etc....
I'd like to create that products be listed next to each other like e.g:
product a | product b | product c
Is there any way to do it?
Comments
Comment #1
bensquare commentedi think u can do it via CSS
u assign a class to the product eg. class=product
then in the CSS stylesheet, you add
.product {
float: left;
}
Comment #2
mkalkbrennerTaxonomy Theme 5.x is unmaintained. As you can see at the project description page we're looking for a co-maintainer espacially for th 5.x version.
Comment #3
mkalkbrennerTaxonomy Theme 5.x is unmaintained. Due to the fact that Drupal 5 itself is not maintained anymore, we close this issue to get the issue queue clean for Taxonomy Theme 6.x and 7.x.