Move the submit button closer under the Full Name field

  • FamilyRealtyGroup
    Asked on September 8, 2014 at 8:03 PM

    i have used the following codes to inject in under preferences and form style in an effort to bring the submit button very close under the first and last name entry field on the form saved in our account as "title me"
    hasnt been uploaded to site

    <button id="input_2" type="submit" class="form-submit-button">

    button#input_2.form-submit-button 69px x 30px

    #input_2{margin-toop:1px;}

    Jotform Thread 425924 Screenshot
  • Elton Support Team Lead
    Replied on September 8, 2014 at 11:21 PM

    Hi,

    Use the following CSS code. 

    li#id_2 {

    margin-top: -20px;

    padding-top: 0;

    }

    This should work specifically on this form: https://www.jotform.com/42507260519149. Feel free to increase the margin top value if you want to move it closer.

    Result:

    Move the submit button closer under the Full Name field Image 1 Screenshot 20

    Thanks!