• I created a contact form, and one of the fields is a multi-line text box.
    I can’t seem to find anywhere in the css file where I can resize it.

    form.iwacontact ol.iwacontactform input.input { width: 200px }
    this line only resized the single line input field and not the multi-line textarea.

    Right now, the textarea box is abour 300px, but I’d like it around 200px

    Please advise the best way to do this.
    Thank you

    https://www.ads-software.com/extend/plugins/ajax-contact/

Viewing 2 replies - 1 through 2 (of 2 total)
  • MaxPY

    (@maxpy)

    I am also facing similar problem ….

    Thanks

    Found the answer to this:

    Edit ajax-contact/form-display.php

    about 1/4 of the way down edit the cols # ” ‘<textarea name=”‘ . $field_id . ‘” id=”‘ . $field_id . ‘” rows=”10″ cols=”50″ class=”‘ . $class . ‘”>’ . $default_value . ‘</textarea>'”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize multi-line text area in widget’ is closed to new replies.