How do I get the Input Table to the center?

  • leibishreifer
    Asked on July 26, 2019 at 5:10 PM

    Hi,

    How do I get the table to the center?

    Jotform Thread 1905786 Screenshot
  • John_Benson
    Replied on July 26, 2019 at 6:40 PM

    You can position it in the center by changing the label alignment and applying a custom CSS code. Here's how:

    1. In the Form Builder, select the Input Table and then go to Properties. Change the Label Alignment to "Top".

    1564180478input table prop Screenshot 10

    2. After that, please inject this custom CSS:

    #id_46 .form-matrix-table {
    margin: 0 auto;
    }

    Here's a guide: How-to-Inject-Custom-CSS-Codes.

    Here's the result:

    1564180460table result Screenshot 21

    Hope that helps. If you have any questions let us know.