How to fix textbox width with form columns enabled?

  • racheldecorist
    Asked on April 17, 2019 at 1:47 PM

    Hello!


    I have form columns enabled to keep the lines organized, but changing the width and column size options in the input table doesn't change if I have form columns enabled and some of my info is bleeding to the background. 

    Is there a way to change the column widths? I.e. the Qty and URL widths could be smaller than the color and size widths. 

    Jotform Thread 1796186 Screenshot
  • denis_calin Jotform Support
    Replied on April 17, 2019 at 3:40 PM

    Hello Rachel!

    I just check your form and can see that everything looks in order!

    1555529822Screen Shot 2019 04 17 at 12 Screenshot 10

    Please let me know if you still need help adjusting the width of the Quantity and the Link fields. 

    Thank you and have a wonderful day!

  • rachely
    Replied on April 17, 2019 at 3:43 PM

    @denis_calin


    Yes please! This is a temporary fix, i still need to change the column width. 

  • Welvin Support Team Lead
    Replied on April 17, 2019 at 5:30 PM

    You can override the width by injecting the below custom CSS codes:

    .form-col-1 {

    width: 10% !important;

    }

    Guide to inject: How to Inject Custom CSS Codes.

    Change col-1 to col-2 for column 2, and so on.