• Resolved Aravind

    (@aravind1418)


    Hi,

    How to increase the space between the form and the submit button?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Anonymous User 18525946

    (@anonymized-18525946)

    Hey there, @aravind1418 ??

    Happy to help here! Would you please share a link to your page with the form on it? We’ll then reply with a little code snippet you can paste into your theme to increase the form spacing.

    Also, just to clarify, do you want to increase the spacing on all forms or just this one form specifically?

    Let us know!

    Thread Starter Aravind

    (@aravind1418)

    Hi,

    Here is the link to the webpage containing the form: [ short link expanded into link field, do not use that here ]
    I want to increase the space between the form field and the submit button a bit only for this particular form.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @aravind1418 Do not use short links in these forums, that has been abused in the past and is expanded when found. I have expanded yours into the link field.

    Anonymous User 18525946

    (@anonymized-18525946)

    Thanks for the link, @aravind1418.

    To add a bit of space between your form fields and submit button, please hop over to Appearance → Customize in your dashboard and paste the following code snippet into to the Additional CSS tab.

    #happyforms-form-1192 .happyforms-part--submit {
      margin-top: 40px;
    }

    You’re welcome to change the “40px” amount to anything you like.

    Let us know if that does the trick!

    • This reply was modified 3 years ago by Anonymous User 18525946.
    Thread Starter Aravind

    (@aravind1418)

    Thank you @scotthappyforms . That worked!

    Anonymous User 18525946

    (@anonymized-18525946)

    Glad to hear that ??

    If you need a hand with anything else, just let us know in a new topic. Always happy to help out.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Increase space between form and submit button’ is closed to new replies.