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.

Formatting problem - field graphic seems to wrap

  1. I am having a formatting problem. It seems like the curvy graphic at the end of the field is wrapping to the next line and on the address fields, the label that is supposed to be below is showing to the side.

    Here is a link to the example form:
    http://www.gahomeservices.com/join-our-team/chs-cleaning-application/

    Since this isn't happening when I preview the form in the form builder, I am guessing it is a problem with the theme? Can you please let me know how this issue has been resolved with other sites? I don't think changing the theme is an option right now.

    Thank you!

    Posted 11 years ago on Tuesday March 5, 2013 | Permalink
  2. Hey there, first - get rid of this style:

    [css]
    #gform_1 input, #gform_2 input {
    width: 249px;
    }

    Replace with this:

    [css]
    body .gform_wrapper .ginput_complex .ginput_full input {
    width: 95% !important;
    }
    Posted 11 years ago on Tuesday March 5, 2013 | Permalink
  3. That is awesome! Thank you! It solved the problem with the exception of the Company Name field. I used the large size field type and it is displaying the same size as the others and this is the one field where the end graphic still seems to be wrapping.

    Posted 11 years ago on Tuesday March 5, 2013 | Permalink
  4. PS - the company name is on page 2 of the form...no validation so you can just hit next page to see it. Thanks!

    Posted 11 years ago on Tuesday March 5, 2013 | Permalink
  5. You might just have to stick with medium. It seems as though your inputs cannot go beyond 245px width in length.

    Posted 11 years ago on Thursday March 7, 2013 | Permalink