11/06/2013 at 12:48 pm
#273117
Keymaster
@ Ray
Seems the theme defaults form inputs to 100%. To override that, use the add the following CSS:
#cn-cmap form.cn-form select.cn-cat-select {
width: auto ! important;
}
That should fix it.