Important: This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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.
See image
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