• I’m just setting up the front end submission form, and the only field that displays poorly is the Category choice field. It is only displaying as about 1.25 size of the font so it is very hard for a user to make multiple selections. How do I make it display deeper like it is on your demo site?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to override the css by grabbing it’s css class or id name and then override using your theme style.css or theme options custom css

    Thread Starter [email protected]

    (@achisholmrogerscom)

    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;
    }

    Thread Starter [email protected]

    (@achisholmrogerscom)

    Ok, I found in my theme (Avada) a field that determines the size of all Form Input and Select Height fields. I had it set to 29px which works well for most Form Input fields. I an even set it to 2em and that looks good for all the other form input fields, but neither of these work for this category field which requires a drop down box. So what I want to know is there code for this field on this form that I can specifically override?

    Can you post a link?

    Thread Starter [email protected]

    (@achisholmrogerscom)

    https://civicyork.ca/my-events/?action=edit though I think you may need to be logged in to see this page. Is there anyway to get you a screen print?

    A screenshot probably won’t help. You’ll need to use Angelo’s original suggestion because we have no way to view the live page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Submission Form Category Field’ is closed to new replies.