Sub-Category not same column width

  • roel_heerema
    Asked on June 3, 2016 at 9:55 AM

    As you can see in the attached picture (Sub-Category not same column width.png) the different Sub-Categories do not have the same column width.

    Sub Category not same column width Image 1 Screenshot 20

    Is is possible to realize this? It would be nice to have the right width for:
    - article,
    - price,
    - amount,
    so that these columns have the same width trough the different Sub-Categories, like in my - with Photoshop created - picture 'Sub-Category with the same column width.png'.

    Jotform Thread 853115 Screenshot
  • Carina
    Replied on June 3, 2016 at 11:22 AM

    For now I managed to make the sub-products the same width but the labels are not properly positioned. This is the CSS code:

    #input_3_1005_subproducts{

        width : 618px !important;

        }

    #input_3_1006_subproducts{

        width : 612px !important;

        }

    #input_3_1007_subproducts{

        width : 594px !important;

        }

    You can test and clone the demo form:  

     https://form.jotform.com/61543965337968 

    Will let you know as soon as I manage to align also the labels.

    Let us know if we can assist you further.