Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @muchm8

    I hope you’re well today and thank you for your question!

    Please do as follows:

    1. edit the text field on your form and in its “settings” tab set the “Default height” value to 40px
    2. switch to “Styling” tab and put this in the “Additional CSS Classes” field

    my_form_text_field

    3. click “Apply”

    4. go to “Appearance” settings of the form, scroll it all the way down and enable “Enable custom CSS” switch (if it’s not enabled yet);

    5. put following CSS into that custom CSS field and save (“update”) the form

    .my_form_text_field textarea {
    	height:40px;
    }

    6. if there’s any caching plugin/tool on site/server, make sure to fully clear such cache

    It should then work out of the box (though you may want to adjust the 40px value a bit, depending on your preference).

    Best regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @muchm8 ,

    We haven’t heard from you for several days now, so it looks like you don’t have any more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text field size’ is closed to new replies.