11/04/2017 at 2:48 pm
#440145
Keymaster
@ Larger Media
The theme is setting the min height of all submit inputs, globally, to 38px.
Add the following to the theme’s custom CSS area:
input#cn-search-submit {
min-height: auto;
}
By adding it to the theme’s custom CSS there is no worries of it being lost during an upgrade. I’ve also added this to the Connections CSS so it’ll be included in the next update to help ensure no one else encounters this CSS conflict.
Hope that helps!
