Format look of taxonomy browser
theactiveme - September 4, 2008 - 15:46
| Project: | Taxonomy Browser |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | postponed (maintainer needs more info) |
Description
I've been searching for a while now on how to format the look of the taxonomy browser page, and haven't had much luck. My friend and I are newbies at this, so maybe it's something really simple. I've looked through the code and it seems the forms are drawn using a loop...is there anyway to change how the browser displays for users? Right now it shows up as a really long list, with one category over the other. any help would be appreciated.
thanks

#1
There are several options available on the settings page; have you tried them?
What exactly are you after?
#2
Hi Nancy,
We looked through settings and didn't see a way. What happens is our page just has the select options all stacked on top of each other, and looks pretty bad. I've attached a screenshot to help explain. We would like to reconfigure this to be more user friendly.
thanks!
#3
Well, I just tried this and got them to come out in two columns:
.taxonomy_browser_select {display: block;
float: left;
width: 49%
}