Align 'submit' and 'back' button

  • doron200
    Asked on April 11, 2017 at 9:29 AM
    I also require to have 'submit' and 'back' aligned if possible? thank you
  • Welvin Support Team Lead
    Replied on April 11, 2017 at 11:23 AM

    Inject the following custom CSS codes to your form:

    @media only screen and (min-device-width: 1024px) {

    button#input_24 {

        position: relative;

        top: 98px;

    }

    .form-button-error {

        display: inline-block;

        text-align: center;

        position: absolute;

        top: 107px;

        right: 90px;

        white-space: normal;

        width: 50%;

    }

    }

    Please follow the steps on this guide to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you need further assistance.