How to align Back and Submit button on the same line?

  • TeriSlater
    Asked on June 17, 2018 at 9:52 PM

    I tried some CSS from prior threads, but it did not work for me.  

    How can I align the Back and Submit buttons on the same line?



  • Kiran Support Team Lead
    Replied on June 18, 2018 at 2:58 AM

    Please try injecting the following CSS code to your form to align the Back and Submit button on the same line.

    #id_40 {

      position: absolute !important;

      margin-top: 1px;

      width: 31%;

      margin-left: 20%;

    }

    Please get back to us if you need any further assistance. We will be happy to help.