Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #370936

    twang
    Participant

    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,

    #370962

    Rupok
    Member

    Hi 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!

    #371441

    twang
    Participant

    Hi, 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,

    #371713

    Rad
    Moderator

    Glad to hear that!

    Cheers!