Centering Form

  • mreinan
    Asked on February 24, 2016 at 11:27 AM

    How do I center the field below the text? 

    https://form.jotform.com/60543819234961

     

     

  • BJoanna
    Replied on February 24, 2016 at 1:47 PM

    You can center the field by Injecting Custom CSS. Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    li#id_1 {

        padding-left: 200px!important;

     

    }

    Centering Form Image 1 Screenshot 30

    After you add this code your form should look like this.

    Centering Form Image 2 Screenshot 41

    Here is my cloned form: https://form.jotform.com/60544891831965 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.