How to increase the margin at the bottom of my form?

  • AgilityAssoc.Canada
    Asked on September 19, 2017 at 12:57 PM

    Hi,

    (I sent to request for support by email yesterday, no Reply) 

    On my form 63423134202946 I have conditions to show the submit buttons.

    Until someone selects one of the options to pay by PayPal or not there is no margin below this field so it is jammed up close to the bottom of the form. I tried injecting css code to have a margin but it didn’t work. What can I do to to get a margin there?

    Thank you, Best Regards,

    Robert


    AAC Support

  • Kevin Support Team Lead
    Replied on September 19, 2017 at 1:36 PM

    I have been checking your form and found that the issue happens due to the code applied to the "Use PayPal ( Note: there will be a surcharge of 3% on total )" field, such field does not have padding nor margin at the bottom, that's why you can see it very close to the form's bottom. 

    However, to resolve it, please inject the following code: 

    li#id_172 {

        padding-bottom: 0px;

        margin-bottom: 0px;

    }


    .form-section{

        padding-bottom: 35px;

    }

    Related guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Here is also a cloned form of yours where I injected such code, please see the result here: https://form.jotformpro.com/72615778337972 

    I hope this helps. 

  • Sabbir
    Replied on September 19, 2017 at 1:39 PM

    Hello,

    I have cloned your form and changed the conditions of the paypal yes/no option.

    Please take a look of it here

    https://form.jotformpro.com/72615146844964

    Let us know if its what you are looking for.

    Thanks.

  • AgilityAssoc.Canada
    Replied on September 19, 2017 at 5:03 PM

    Hi, 

    @Kevin, Thank you, Yes this is what I wanted, 

    @Sabbir, Thank you, your solution did the trick, but I wanted the paypal conditions as they were. 

    One of you must have answered my email so that explains two responses I guess. 

    Thanks, Best Regards, Robert