Viewing 1 replies (of 1 total)
  • Plugin Support Syed Numan

    (@annuman)

    Hello @gokh,

    From the column settings, you can set the maximum column width. See Screenshot

    There is another way to use custom CSS. Use the following CSS to the table custom CSS section and change the number based on the column index number(it starts from 0).

    col.ninja_column_2 {
        max-width: 200px;
    }

    Thank You

Viewing 1 replies (of 1 total)

The topic ‘Column width/alignment’ is closed to new replies.