Here is the CSS in inspector for this field. If I uncheck the height or make it auto(in inspector) then the field displays correctly. I’m only a newbie in css overriding, so do I have to override this entire block, or is one of the settings from events-manager and I can be more specific in my override?
#bbpress-forums .bbp-search-form #bbp_search, #comment-input input, .avada-select .select2-container .select2-choice, .avada-select-parent select, .bbp-login-form input, .bbp-reply-form input#bbp_topic_tags, .bbp-topic-form input#bbp_topic_tags, .bbp-topic-form input#bbp_topic_title, .bbp-topic-form select#bbp_stick_topic_select, .bbp-topic-form select#bbp_topic_status_select, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .fusion-login-box .fusion-login-form input[type=”password”], .fusion-login-box .fusion-login-form input[type=”text”], .input-text:not(textarea), .main-nav-search-form input, .post-password-form label input[type=”password”], .search-page-search-form input, .searchform .search-table .search-field input, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, input.s, input[type=”email”], input[type=”password”], input[type=”text”], select {
height: 29px;
padding-top: 0;
padding-bottom: 0;
}