How can I have the quantity and product description on the same line?

  • fhpw
    Asked on April 28, 2015 at 11:55 PM

    How can I have the quantity and product on the same description on the same line using the PayPal payment method? Currently, when using a mobil device the quantity expands the width of the device and it looks odd.

    Form link: https://secure.jotformpro.com/form/51174046122949

     

    Thanks,

     

  • jonathan
    Replied on April 29, 2015 at 4:19 AM

    Please try this CSS code on your jotform http://www.jotformpro.com/form/51174046122949

     

    .form-product-item {

    width: 400px !important;

    }

    .form-product-item br {

    display: none;

    }

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

    width: 50px !important;

    float: right;

    }

    How can I have the quantity and product description on the same line? Image 1 Screenshot 20

     

     

    Inform us if this did not work.

    Thanks.

     

     

  • fhpw
    Replied on April 30, 2015 at 2:48 PM

    Perfect!  Thanks JotForm Team.