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

bensquare’s picture

i 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;
}

mkalkbrenner’s picture

Status: Active » Postponed

Taxonomy 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.

mkalkbrenner’s picture

Status: Postponed » Closed (won't fix)

Taxonomy 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.