Need help aligning the "Next" button to the right

  • Darrylp
    Asked on March 5, 2015 at 10:10 AM
    3. The "Next" and "Prev" button are left aligned. I want to change the position of the "Next" button and make it right aligned.
  • Ben
    Replied on March 5, 2015 at 10:37 AM

    To align your Next button to the right, please inject this CSS code to your jotform:

    .form-pagebreak-next-container {
        float: right;
    }

    You can do that by following these steps: How to inject Custom CSS Codes

    Do let us know how it goes.

  • Darrylp
    Replied on March 16, 2015 at 3:36 AM

    Thanks for your help. It works now :)