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.

Space between fields

  1. R Chilton
    Member

    How do you change the spacing between the input boxes to squish the form closer together?

    http://invisalignok.com/

    Thanks

    Posted 12 years ago on Friday February 10, 2012 | Permalink
  2. Looks like the labels is what is in that blank area, so you could do this:

    [css]
    #gform_wrapper_1 .gfield_label {
    display: block;
    }

    I targeted just this form's labels, not sure how global or specific you want your selector for this purpose.

    Posted 12 years ago on Friday February 10, 2012 | Permalink