Paypal Form: How to display products next to each other?

  • ms2016
    Asked on February 29, 2016 at 4:28 PM

    Is is possible in my paypal form to have the products listed next to each other? or minimize the spacing between each item?

  • Ashwin JotForm Support
    Replied on February 29, 2016 at 9:48 PM

    Hello ms2016,

    Please inject the following custom css code in your form to increase the width of the payment questions and also display the products next to each other:

    div#cid_36 br {

        display: none;

    }

    div#cid_36 {

        width: 450px;

    }

    The following guide should help you how to inject custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!