• Resolved groggy72

    (@groggy72)


    I tried to increase the height of the input field (so I can get multiple lines in) by creating a class and also some css but its not increasing the height of the field. Any ideas? Awesome plugin btw.

    Class
    heighttext

    CSS
    .heighttext{
    height:30px
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Please use the below CSS style.

    .heighttext input {
    height: 30px;
    }

    Hope this will help ??

    Thank you!

    • This reply was modified 6 years, 3 months ago by ThemeHigh.
    Thread Starter groggy72

    (@groggy72)

    Thanks but that did not work. I put your code in my theme quick css and the in the css class for the field I put heighttext but it has not changed anything.

    Plugin Author ThemeHigh

    (@themehigh)

    By increasing the height, what you are trying to achieve is to get the text area feature then it is not possible with the text field.

    If we misunderstood your exact requirement, please clarify.

    Thank you!

    Plugin Author ThemeHigh

    (@themehigh)

    We hope your issue is resolved now.

    We are going to mark this thread as resolved.

    Please do let us know if you have any further questions. We are happy to help ??

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Input text height’ is closed to new replies.