08/21/2015 at 10:42 am
#343766
Keymaster
@ Raymond
This is being caused by the theme. The theme globally changes the default width of a select drop down to be 100% the width. Try adding this to the theme’s custom CSS area:
select{
width: auto;
}
Make sure to force refresh the browser so the updated CSS is used by the browser.
Hope that helps.
