-
AuthorPosts
-
August 27, 2015 at 1:16 am #370936
Hi, I’m using ninja forms to create simple forms. The one I created at http://www.ucimaeprojects.com/student-registration/ show the text input boxes to be very thin. I also use contact form and the form created from it is just right (see bottom right hand side of page). Can you give me some insights as to how to adjust the text input box height? I’ve posed this question to support at Ninja Forms and they said that the theme controls this height.
Many thanks,
August 27, 2015 at 1:48 am #370962Hi there,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer..ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea { height: 2.65em; }
Hope this helps.
Cheers!
August 27, 2015 at 12:58 pm #371441Hi, I tried the css code you provided but it did not increase the height of input boxes. I did receive another answer from ninja forms and they provided the following which solved the problem.
body .ninja-forms-form-wrap input {
height: 2.65em;
}Thanks,
August 27, 2015 at 7:24 pm #371713Glad to hear that!
Cheers!
-
AuthorPosts