How to align a form to the right

  • OBHC
    Asked on September 14, 2017 at 5:12 PM
  • David JotForm Support Manager
    Replied on September 14, 2017 at 7:51 PM

    Please inject the following CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .jotform-form,.form-all {

        float: right !important;

    }

    Let us know if you need more help.