11/29/2017 at 3:15 pm
#442404
Keymaster
@ Beverly
It is due to the way the theme has globally styled the text inputs which is overriding the required style for it to display properly. Add the following to the theme’s custom CSS area.
#cn-list span input, #cn-list span input[type="text"] {
padding: 3px 6px;
}
That should fix it. Hope that helps, let me know.
