10/09/2013 at 11:59 am
#271046
Keymaster
@ Brent
The issue is that the theme has set some interesting global defaults for inputs.
If the theme has a custom CSS area, add the following to it. If it does not have a custom CSS area, just add it to the end of its style.css file.
#cn-cmap input[type='text'] {
width: auto;
display: inline;
margin: 0;
padding: 3px;
max-width: none;
}
That should fix it.
