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.

Line Spacing in embedded form

  1. My apologies if this is in the forum already somewhere, but I sure couldn't find it after 30 minutes of searching...

    I am trying to increase the line spacing after each input field, for an Embedded Form. What's the syntax? Here's how it's calling my form:

    <div class='gf_browser_safari gform_wrapper' style="width: 325px;margin-left:auto;margin-right:auto" id='gform_wrapper_1' >
    <img src="/wp-content/images/logoblogheader.png" alt="ignite!" width="250" height="100" />
    <form method='post' enctype='multipart/form-data' id='gform_1'>
    <?php gravity_form(1, false, false, false, '', false); ?>

    Thanks in advance.

    Tom

    Posted 13 years ago on Thursday March 22, 2012 | Permalink
  2. Tom. How you're calling your form is irrelevant here.. it's about how your form is rendered in the page that matters when it comes to presentation/spacing/margins, etc. Can you post a URL to your form so we can take a look at it and try to help you out?

    Posted 13 years ago on Thursday March 22, 2012 | Permalink