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.

Field Labels wrapping every two to three words

  1. musicman75
    Member

    The field labels in my forms are wrapping after two or three words, like:

    How long
    have you
    known the
    applicant?

    Is there any way to remove that wrapping feature (or bug)? Thanks so much!

    Posted 11 years ago on Friday May 18, 2012 | Permalink
  2. musicman75
    Member

    By the way, an example is here:

    http://globalministriesonline.com/join/application-form/ministerial-endorsement-form/

    Posted 11 years ago on Friday May 18, 2012 | Permalink
  3. This is because your theme has Gravity Form specific styles in it. See this screenshot. The width here is set to 80px wide. That's why your wrapping is occurring. You will either have to remove that width declaration, or try dropping this into your theme's stylesheet:

    [css]
    .gform_wrapper .top_label .gfield_label {
    width: auto;
    }
    Posted 11 years ago on Friday May 18, 2012 | Permalink