I'm having trouble with the spacing on the left of the forms

  • mbauhs
    Asked on May 2, 2014 at 2:55 PM

    Is there a way to clear the margins so the form rests where I put it. There is always an odd space to the left of the form so the form does not lineup with anything else.

    Jotform Thread 371163 Screenshot
  • BryanPaulo
    Replied on May 2, 2014 at 3:53 PM

    Hello mbauhs,

    You can try to inject a CSS code to eliminate the left margin. Please use the CSS code below:

    .form-all {

    margin-left: 0px;

    }

    Please let us know if you need further help.

    Bryan