How can I align the form to the left instead of center?

  • dougbailey1966
    Asked on January 27, 2017 at 12:35 PM
  • David JotForm Support Manager
    Replied on January 27, 2017 at 1:18 PM

    You can try injecting the following code:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-all{

        margin-left: 0px !important;

    }

    Let us know if you need more help.