Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #469265

    How would I limit the size of the Text Input field in a contact form?

    I would like to have it only be 2 lines tall. Is this possible?

    Thanks!

    #469483

    Hey Scott!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #471086

    Thanks!

    Here you go:

    #471088

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    textarea {
      max-height: 80px;
    }

    Best regards,
    Yigit

    #471111

    Perfect!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Contact Form Text Input Field’ is closed to new replies.