Forms not centering

  • votedurst
    Asked on June 1, 2016 at 6:28 PM

    Hi,


    I have two forms I have created and neither seem to want to be centered. I am using tables and I have the alignment set to center, but it doesn't make any difference.

    This is my code:

     <tr>

          <td align="center"><script type="text/javascript" src="https://form.jotform.com/jsform/61097585865168"></script></td>

          </tr>

    Any ideas?

    Thanks,

    Branden

     

     

     

  • David JotForm Support Manager
    Replied on June 1, 2016 at 7:20 PM

    Please inject the following CSS code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-all {

        margin-left: 17% !important;

    }

    Result:

    Forms not centering Image 1 Screenshot 30

    And just as a suggestion, you could add this CSS code to make the Text Area field more aligned to the centered:

    #input_7{

        margin-left: -35px !important;

    }

    Result:

    Forms not centering Image 2 Screenshot 41

    Let us know if you need more help, we will be glad to assist you.