How to increase the width of the sub-product items of payment question?

  • schenkco
    Asked on February 22, 2016 at 10:59 AM

    I was wondering if there was a way to widen the column to show every field. The quantity field is hidden for some products with preview images that are in landscape mode. For instance, the first column Kitsilano shows the qty field but Valencia does not. How can I widen the column? Thanks!

  • Ashwin JotForm Support
    Replied on February 22, 2016 at 12:17 PM

    Hello schenkco,

    I see the issue on your form. Please inject the following custom css code in your form to increase the width of the products placeholder of payment tool:

    span.form-product-item.hover-product-item {

        width: 350px;

    }

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

  • schenkco
    Replied on February 22, 2016 at 12:21 PM

    Awesome, it works! Thank you!