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 Label Spacing

  1. tts
    Member

    I have a form here:

    https://pivotpointconsulting.com/employment-application/

    However, the field labels are spaced too far below the text fields. Notice the 1/2" gap between a text box and the label below it.

    Screenshot:

    http://imgur.com/lP44M

    Any idea what CSS to use to bring them to the correct position?

    Posted 11 years ago on Thursday September 6, 2012 | Permalink
  2. You can give this a try in your theme's style.css:

    [css]
    .gform_wrapper li span label {
        padding-bottom:25px;
        line-height:0px;
    }
    Posted 11 years ago on Friday September 7, 2012 | Permalink
  3. tts
    Member

    That worked great! Thanks for the help.

    Trent

    Posted 11 years ago on Friday September 7, 2012 | Permalink

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