Border overlapped by fields

  • prutowski
    Asked on December 26, 2014 at 3:20 PM

    Border overlapped by fields Image 1 Screenshot 20

  • abajan Jotform Support
    Replied on December 26, 2014 at 4:50 PM

    To stop this from happening, go into the Designer

    Border overlapped by fields Image 1 Screenshot 30

    and

    1. Click the CSS tab

    Border overlapped by fields Image 2 Screenshot 41


    2.
    Click any of the fields

    At this point you will see a new empty rule appear in the work area of the CSS tab.

    3. Insert the following declaration:

    max-width: 90%;

    so that the full rule becomes

    .form-line {
     max-width: 90%;
    }


    Alternative Method:

    Use the same rule in the form's injected CSS.