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.

Phone Field Size

  1. Nick Budden
    Member

    Hi,

    The "Phone" advanced field does not have a 'field size' option. What can I do about this? It is making for a bit of a weird looking form where all other fields are set to large.

    Posted 13 years ago on Sunday January 9, 2011 | Permalink
  2. you can tweak it with CSS easily enough.

    just replace the "input_1_9" with your actual input ID

    body .gform_wrapper input#input_1_9.medium {width:92%}

    screenshot: http://grab.by/8hy3

    Posted 13 years ago on Sunday January 9, 2011 | Permalink