Jquery chosen not working in Flaty template

51 Views Asked by At

I have a form , in which i'm using flaty template. The chosen multiple select working in a page , but on another page its not working.

Need help with immediate effects. enter image description here

1

There are 1 best solutions below

0
On

Use this:

$("#select_id").chosen({ width: "350px"});

Use this

<style>
.chosen-container { width: 220px !important; }
</style>