How to remove left padding on my form

  • magnacare
    Asked on July 21, 2015 at 2:42 PM

    I need the padding on the left hand side of my form removed. It's messing up my mobile version. Can someone please remove it?

     

    http://www.jotform.com//?formID=51315878059968

     

    Thanks

    Alyssa

  • BJoanna
    Replied on July 21, 2015 at 4:57 PM

    You can remove left padding 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:

    .form-line {

    padding-left: 0px !important;

    }

    How to remove left padding on my form Image 1 Screenshot 20

    You should also make your form to be responsive.

    http://www.jotform.com/help/311-How-to-make-forms-Mobile-Responsive 

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