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

CommentFileSizeAuthor
#3 Taxo_brow_2_col.jpg44.86 KBnancydru
#2 browser.jpg58.45 KBtheactiveme

Comments

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Postponed (maintainer needs more info)

There are several options available on the settings page; have you tried them?

What exactly are you after?

theactiveme’s picture

StatusFileSize
new58.45 KB

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!

nancydru’s picture

StatusFileSize
new44.86 KB

Well, I just tried this and got them to come out in two columns:

.taxonomy_browser_select {
  display: block;
  float: left;
  width: 49%
}