I want to make fields with greater height

  • avijfr
    Asked on November 15, 2018 at 5:04 PM

    I want to make fields with greater height. it seems limited. can I?

  • Mike
    Replied on November 15, 2018 at 6:58 PM

    If you would like to increase the height of the inputs, you may try adding the next CSS to the form:

    input {
    line-height: 2em !important;
    }
    select {
    padding: 8px 8px !important;
    font-family: inherit !important;
    }

    I want to make fields with greater height Image 1 Screenshot 20

    If you are referring to something else, please provide us with more details. We will be happy to help.