Okay
  Public Ticket #2248223
How to remove extra lines in contact form and have the cursor appear when you click to the right of Message like with Name and Email
Closed

Comments

  •  5
    craigkleila started the conversation

    See image

  •  1,558
    Laborator replied

    Hi Craig,

    Add this CSS to Custom CSS to change the height of the textarea:

    .labeled-textarea-row textarea {
        height: 65px;
    }
    

    You can change the value to any other value, regarding the cursor you cannot do that as this element is a textarea and the email and name are inputs and what you're trying to achieve is not possible.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group