08/18/2015 at 10:05 am
#343299
Keymaster
@ Melanie
Ok, the theme is setting many form inputs including selects to a width of 230px. Adding the following to the theme’s custom CSS area should resolve the issue.
#cn-cmap select.cn-category-select.cn-enhanced-select {
width: auto !important;
}
Hope that helps, let me know.
