09/01/2014 at 8:49 am
#302501
Keymaster
@ Vern
This is due to a couple CSS conflict with the theme … the theme is stopping on a couple styles Form requires.
To fix this, add the following to the theme’s custom CSS area:
#cn-form .widget {
float: none;
}
#cn-list .chosen-choices li:after {
border: none;
}
That should fix it right up.