PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

text area to wide

  1. kim.telenet
    Member

    <div class="ginput_container"><textarea name="input_4" id="input_1_4" class="textarea small" tabindex="4" rows="10" cols="50"></textarea></div>

    How can I change the number of columns (30 in stead of 50)? I set field to 'small' but text area is still to large.

    thank you

    Posted 13 years ago on Saturday November 20, 2010 | Permalink
  2. You can't change the markup to change the number of columns, but you can restrict the size with CSS.

    body .gform_wrapper textarea#input_1_4 {width:250px!important}
    Posted 13 years ago on Saturday November 20, 2010 | Permalink
  3. Where is the CSS added to make this work?

    Posted 12 years ago on Sunday May 22, 2011 | Permalink