left align form on page

  • aggraphics
    Asked on August 9, 2014 at 7:09 AM

    when I embed the source code on my html page, the form is aligned center ~ I would like it left aligned.

    I have looked but can't find the code to change this???

  • Welvin Support Team Lead
    Replied on August 9, 2014 at 12:37 PM

    Hi,

    Inject the following custom CSS codes to your form:

    .form-all {

    margin-left: -35px !important;

    }

    Please refer to this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Please let us know if you require any further assistance.

    Thank you!