How can you have a harvesthq Chosen dropdown with a dynamic width style?
By default it has a fixed width and if you try to modify it with CSS you will have several p
The way I use is to use inherit_select_class.
HTML
JS
jQuery("[data-chosen]").chosen({ inherit_select_classes : true });
CSS
.input-xxlarge { width:530px; max-width: 100%; }