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.

Having A Hard Time Setting Text Input Widths...

  1. nabiscuit
    Member

    I have no idea what's going on, but I can't for the life of me figure out how to change my text input widths.

    Any ideas?!?

    Thanks in advance!

    http://zeropainnow.com (I'm aware of the IE9 drop-down issues)

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  2. Hey there, to target a specific input you can use:

    #input_1_5 {
    width: 95%;
    }

    If you want to get more globally on a specific form, you can target the form ID directly:

    #gform_wrapper_1 input[type="text"] {
    width: 95%;
    }
    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  3. nabiscuit
    Member

    Thanks!

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  4. No problem at all, glad to help out!

    Posted 12 years ago on Thursday October 27, 2011 | Permalink

This topic has been resolved and has been closed to new replies.