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