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.

Adjustable sized Paragraph fields?

  1. Hey is it possible to turn a text box into a dynamically sizable box?

    This contact menu is my example.

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  2. You should be able to use the CSS property resize:both on the textarea field you want to be able to resize. If you want to give a link to your form I can help you out if you need further guidance.

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  3. Im sorry, I didnt paste the example I wanted to emulate. My forms are being worked on a local server, so I can't share a link.

    Here is the example form. Note the message box. http://socialdesignhouse.com/contact/

    Posted 12 years ago on Wednesday January 4, 2012 | Permalink
  4. Oh that css resize is what Im looking for. Thank you! How do I go about finding what selectors I apply it to?

    Posted 12 years ago on Wednesday January 4, 2012 | Permalink
  5. On another note. How do I also change the width of a text box? I have two rows of boxes. One row has the three column class associated with three small single-line text boxes. The second row has a message/paragraph box, but I want the width of the bottom box to match the width of the top row's three boxes.

    Posted 12 years ago on Wednesday January 4, 2012 | Permalink
  6. Using firebug for firefox or chrome developer tools to inspect your page elements is the quickest way to do so visually. This will apply for your text area as well as your input width you just referenced. Each field li has it's own unique ID so you can uniquely style them individually. There is also a substantial amount of info here for reference:

    http://www.gravityhelp.com/documentation/page/Design_and_Layout

    Posted 12 years ago on Wednesday January 4, 2012 | Permalink