How can I get rid of these bars on my form?

  • JessicaOates
    Asked on August 4, 2020 at 6:09 AM

    Hi, I have created several input tables on my form but there is a bar appearing at the bottom of each as if they are not fitting in the form. Please can you tell me what I need to change to get rid of these?


    Thanks

    Jess

    Jotform Thread 2490157 Screenshot
  • Richie JotForm Support
    Replied on August 4, 2020 at 8:49 AM

    You may add this custom CSS to remove the bars in your input table.

    li[data-type="control_matrix"], li[data-type="control_matrix"] .form-input-wide {
        overflow-x: hidden !important;
    }

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

    Please give it a try and let us know how it goes.

  • JessicaOates
    Replied on August 4, 2020 at 9:35 AM

    Perfect - thank you very much!!