Home › Forums › Event Espresso Premium › Registration Form Question Type: Multi Select Drop Down Height Change
Posted: November 14, 2024 at 1:18 pm
GravityStack
EE4 Developer License
November 14, 2024 at 1:18 pm
How do I adjust the height of the multi-select dropdown field in the registration form? It’s too short to see the choices (there are 5 choices)
Tony
Support Staff
November 14, 2024 at 5:44 pm
Hi there,
You can use some CSS for this:
#ee-single-page-checkout-dv .ee-select-multiple-input-dv select { min-height: 8rem; }
Just change the value to suit and add the above to Appearance -> Customize -> Additional CSS.
You must be logged in to reply to this support post. Sign In or Register for an Account
Status: publish
Updated by Tony 3 days, 7 hours ago ago