Vertical padding setting not adjusting form

  • SignatureCleaning
    Asked on February 15, 2017 at 10:19 AM

    I have tried adjusting the vertical padding on my form. It shows properly on the preview but not when it is embedded on my page.

     

    The form is :

  • Support_Management Jotform Support
    Replied on February 15, 2017 at 12:30 PM

    Try the following CSS Codes:

    .form-line {

        padding: 0 10px !important;

    }

    RESULT:

    Vertical padding setting not adjusting form Image 1 Screenshot 30

    You're free to change the padding amount in px upon your discretion. I only used 10px for the left and right padding since it looks better with the container you have for the form compared with a really narrow left/right padding.

    Vertical padding setting not adjusting form Image 2 Screenshot 41

  • SignatureCleaning
    Replied on February 15, 2017 at 1:45 PM
    I fixed this by removing the mobile responsive widget I had installed on the form. My guess is that it was interfering.
    ...