Image won't center to form

  • bigmachine
    Asked on November 13, 2017 at 5:21 PM

    We frequently encounter a problem where the image won't center to the form. Can you help center this image at the top of ALL pages of this form so that it works properly on BOTH mobile and desktop?

    Jotform Thread 1297921 Screenshot
  • Mike
    Replied on November 13, 2017 at 8:15 PM

    You may try adding the next CSS to the form:

    .form-line {
    box-sizing: border-box;
    }

    Image wont center to form Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • bigmachine
    Replied on November 14, 2017 at 10:55 AM

    This fixed it. Thank you!