Download & Extend

Display order vertically, not horisontally

Project:Taxonomy Browser
Version:6.x-1.4
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Great module.

I just think that displaying the checkboxes horisontally is a bit counterintuitive, would be much better if the order of display was vertical columns. I mean top to bottom, instead of left to right.

To make it just a single column I can use CSS

.taxonomy_browser_checkboxes .form-item label.option {
  clear: both;
}

But because I have 500 items, it's good to have 5 columns. I guess CSS is not sufficient for that?