How to display product options in one line?

  • ohepta
    Asked on August 16, 2016 at 7:46 PM

    I would like to increase the entire width of the paypal wizard thing so that my items don't take up more than one line. See photo below for tshirt items. Also, how do I get the option for the first item (PTA Membership) drop down box to be under the check box item?

    Thank you.

     

    Jotform Thread 908135 Screenshot
  • Ashwin JotForm Support
    Replied on August 17, 2016 at 2:25 AM

    Hello ohepta,

    Please inject the following custom css code in form to increase the width of the product item and that should solve your problem:

    .form-product-item {

        width: 550px !important;

    }

    The following guide should help you how to inject custom css code in form:  https://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!