I like the clean, contained format of Purchase order. Right now, I have a big image when text fields that are under it, that really don't seem to belo

  • leeanndumas
    Asked on March 15, 2017 at 2:51 PM
    I like the clean, contained format of Purchase order. Right now, I have a big image when text fields that are under it, that really don't seem to belong together. 
  • BJoanna
    Replied on March 15, 2017 at 3:06 PM

    Do you want that your payment field look like this?

    I like the clean, contained format of Purchase order Screenshot 20

    If so, add this CSS code:

    .form-product-item .form-sub-label-container {

        margin: 0;

    }

    img.form-product-image-with-options {

        border: 1px solid #fff;

     

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotformpro.com/70735306211951 

    Feel free to clone it.

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