How to remove input table column header and rearrange text box

  • gohkairen
    Asked on March 27, 2019 at 5:35 AM

    1553679247Untitled Screenshot 10


    Hi, how to remove header?

    And how to shift the text box from bottom to the right of the descriptor.


    Jotform Thread 1773266 Screenshot
  • AndrewHag
    Replied on March 27, 2019 at 7:52 AM

    Here is the code to remove the column headers of Input Tabel.

    .form-matrix-column-headers{

      display: none;

    }

    .form-matrix-values{

      width: 50px;

    }

    1553687330chrome IulYP4Mifw Screenshot 10


    how to shift the text box from bottom to the right of the descriptor.

    And to make the text box beside the question, click on the gear icon and change the Lable Align to Left under the General tab.

    1553687495chrome gsG3PwDjfi Screenshot 21