Posted: October 15, 2020 at 5:09 pm
|
Hello, Is there a way to increase the textbox height https://prnt.sc/v0717c? https://unitedtraffic.ca/courses/traffic-control-person-certification/ |
Hi there, The CSS your are using is targeting a textarea, which is like the section I/you type into to reply to these forums. The input field on the registration form is not actually a teatarea field but an input of type text, so something like this should work:
However, I do NOT recommend you do this for those fields, they are inputs for a single line input and with the current CSS it makes them look like textarea’s but should only contain a single value for (for example) first name. May I ask why you are setting those field to look like textarea’s? — Also, you’ve highlted the That output is Removing it can be done, but I’m just checking you are aware of what it is for first as doing so may cause confusion later on. |
|
|
Thank you for the explanation. The customer wants to increase the height of all column boxes. He said they look small and hard to type. He wants them slightly taller. Inside text size is ok. He wants them to this height (right side) or similar https://prnt.sc/v0purp. |
|
I added this CSS and it worked but the dropdown option is not affected. .ee-reg-form-attendee-dv input[type=text] { .ee-reg-form-attendee-dv input[type=number] { |
Ah, ok. In your screenshot, you set a height of 250px’s so it looked like you were trying to use the inputs as text boxes, my apologies s for misunderstanding.
You can combine those css rules into one like this:
For dropdowns you’ll need to use the select element:
|
|
The support post ‘Increase form textbox height’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.