Posted by doktorrr on March 21, 2009 at 9:33am
Jump to:
| Project: | Taxonomy Theme |
| Version: | 5.x-1.x-dev |
| Component: | User Interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | doktorrr |
| Status: | closed (won't fix) |
Issue Summary
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
#1
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;
}
#2
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.
#3
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.