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.

Question Text Length

  1. Hi,
    How do I prevent the text from wrapping over to the next line? For exmple, instead of my question looking like this:
    Have you Been
    at this
    Residence for
    Less than 3
    Years?

    I want it to look like this:
    Have you Been at this Residence for Less than 3 Years?

    See screenshot here: http://cl.ly/3I1B0J3i141X1H3D0J35

    Thanks!

    Posted 12 years ago on Sunday February 26, 2012 | Permalink
  2. It sounds like your label element has a fixed width in your CSS somewhere. Can you post a link so I can check it out?

    Posted 12 years ago on Sunday February 26, 2012 | Permalink
  3. I cant because it's being created locally and it's not live yet.
    You can get my file here though: http://cl.ly/412d2a0i3G2R3T1k3i3J
    Thanks.

    Posted 12 years ago on Sunday February 26, 2012 | Permalink
  4. Yeah its this right here:

    [css]
    .gform_wrapper .top_label .gfield_label { display:block; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }

    Check out these threads:

    http://www.gravityhelp.com/forums/topic/field-label-not-displaying-across-top-of-field-1

    http://www.gravityhelp.com/forums/topic/field-label-text-isnt-displaying-right

    Posted 12 years ago on Sunday February 26, 2012 | Permalink
  5. Perfect. Thanks. I've managed to get the results I want now.

    Posted 12 years ago on Sunday February 26, 2012 | Permalink
  6. Awesome!

    Posted 12 years ago on Sunday February 26, 2012 | Permalink

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