Padding not being displayed properly.

  • charonjames
    Asked on October 5, 2016 at 5:14 PM

    I have padding for several fields set at padding : 0px 7px 0px 161px but for some reason the 161 isn't being displayed. On the original form it was fine but now that I cloned it, it's not working. The 161 is supposed to push the text and text box to the right so that the fields line up with the Stripe payment fields when both in mobile and desktop view. Mobile is fine but desktop is not working. 

  • Chriistian Jotform Support
    Replied on October 5, 2016 at 10:22 PM

    You have a code for the .form-line class that was overriding the code for the padding in the other fields. To resolve this issue, simply delete the code below in your css.

    .form-line {

        padding : 0px 2px 0px 2px !important;

    }

    Padding not being displayed properly Screenshot 20

    If you need further assistance, please let us know.
    Regards.