Chosen harvesthq resize width dynamically

MSánchez picture MSánchez · Jun 6, 2013 · Viewed 30.1k times · Source

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 problems to reach a good result.

Answer

Vinay Raghu picture Vinay Raghu · Oct 2, 2013

This blog recommends the following:

$("select").chosen({ width: '100%' }); // width in px, %, em, etc