How to adjust size of my form product item?

  • viviaryieana
    Asked on June 13, 2016 at 7:07 PM

    hello,

    can u help me on this. my form look messy .  i want it follow as the above.How to adjust size of my form product item? Image 1 Screenshot 20

  • Chriistian Jotform Support
    Replied on June 13, 2016 at 9:38 PM

    You can inject the custom css below to make the product items below look the same as the above.

    .form-product-item {

        width: 100% !important;

    }

    However, I would also suggest you to go to your form designer > select the CSS tab then remove a piece of code that is causing errors with the css. Please see the image below.

    How to adjust size of my form product item? Image 1 Screenshot 30

    Once you have removed the piece of code that is causing the error, the new code above should work as expected.

    How to adjust size of my form product item? Image 2 Screenshot 41

  • viviaryieana
    Replied on June 14, 2016 at 12:43 PM

    thank u. you are really help. :)