how i remove completelly the left margin of my form?

  • natupote
    Asked on June 27, 2016 at 9:09 PM

    Hello, i need remove completelly the left margin on my form, can someone help me?

  • David JotForm Support Manager
    Replied on June 27, 2016 at 11:07 PM

    Inject the following CSS code as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-all{

        margin-left: 0px !important;

    }

    Open a new thread if you need anything else, we will be glad to assist you.