align submit button to the email field.

  • jdellamora
    Asked on February 11, 2021 at 10:46 AM

    1613058300 602550fc878c0  Screenshot 10How do I make a subscribe form like the one that you have? I can't align the button next to the email field.

  • Richie JotForm Support
    Replied on February 11, 2021 at 12:29 PM

    You may use this custom CSS in your form

    .jf-form-buttons {

       margin-left: -22px !important;

       margin-top: 5px !important;

    }

    Guide:https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Screenshot:

    1613064579 60256983bdb21 1 Screenshot 10

    Please give it a try and let us know how it goes.