Can this tabs with quantity be on the same position on the form like one under the other one rather than all over the place.

  • cory_cionvica
    Asked on May 30, 2020 at 7:42 PM
    Can this tabs with quantity be on the same position on the form like one under the other one rather than all over the place. thank you
  • Mike_G JotForm Support
    Replied on May 30, 2020 at 7:58 PM

    We will be glad to help you with your concern. When I view your form on a computer the Quantity fields on the payment field look like this.

    1590883153zt19 52 34 Screenshot 10

    On mobile, here's how it looks like on my end.

    1590883027zt19 51 05 Screenshot 21

    Can you tell us how would you like to position the quantity field in your form, please? Please give us more details.

    We will wait for your response.

  • cory_cionvica
    Replied on May 31, 2020 at 4:45 AM

    Hi, I would like them to be one under another one, as you see some are more towards the left and others more towards the right

  • VincentJay
    Replied on May 31, 2020 at 8:56 AM

    Please add this custom CSS code to your form:

    .form-product-child-table td, .form-product-child-table th {

        padding: 0px !important;

        width: 20% !important;

    }

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

        margin-right: 40%;

    }

    Here's a guide on how to add the code to your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes


  • cory_cionvica
    Replied on May 31, 2020 at 9:40 AM

    super it looks great now, thank you so much 

  • cory_cionvica
    Replied on May 31, 2020 at 3:39 PM

    this odd one is out of place and i have no idea why

    1590953964Screenshot 2020 05 31 at 20 Screenshot 10


  • Mike_G JotForm Support
    Replied on May 31, 2020 at 5:07 PM

    The issue can be fixed by injecting the custom CSS codes below to your form.

    table#input_53_1002_subproducts {

        width: 100% !important;

    }

    Please give it a try and let us know if you need any further assistance.