03/16/2015 at 6:16 pm
#323098
Keymaster
@ Bruce
The size is likely being affected by the theme…
Try adding the following to the theme’s custom CSS area:
#cn-slim-plus select.cn-category-select.cn-enhanced-select {
min-width: 300px;
}
That should fix it, let me know.