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. Hi - I would like to put some space between the Phone and E-mail fields. I am using gf_inline to put them on the same line. Can you let me know how to put a few blank spaces between them so they aren't touching?
    Thank you -
    http://301brannan.com/test/building-information/building-documents/hvac-form/

    Posted 11 years ago on Monday March 4, 2013 | Permalink
  2. I just looked at your form and noticed the gf_inline class was not in use. You will have to put that back to use this CSS. Add this to one of your theme's stylesheets:

    [css]
    body .gform_wrapper #field_3_5 {
        margin-left: 20px; // adjust this number
    }

    Screenshot: http://minus.com/lAeSuJyTUqrZe

    Posted 11 years ago on Wednesday March 6, 2013 | Permalink