Reduce the size between form elements

  • davidco
    Asked on December 25, 2014 at 5:12 PM

    I did exactly what you said, just had the top portion and removed the following:

     

     

    It DID work, however, if I make it smaller than 160 it cuts off the 'submit' button.  Can you tell me how I can get the submit button to show up right under the "enter email"?  We are getting close so I appreciate your help.

  • Mike
    Replied on December 25, 2014 at 5:27 PM

    Please inject the following CSS code to the form in order to reduce the space between form elements.

    .form-all {
    padding-top: 0;
    }
    .form-line {
    padding-top: 0;
    padding-bottom: 0;
    }
    .form-submit-button {
    margin-top: 0;
    margin-bottom: 0;
    }

    Reduce the size between form elements Image 1 Screenshot 30

    Result:

    Reduce the size between form elements Image 2 Screenshot 41

    If you need any further assistance on this, please let us know.