• Resolved gokh

    (@gokh)


    Hi,

    How can I set the column width or padding value? I want the last column of the table to move closer to the edge. Or I want all columns to shift/zoom to the right.

    https://prnt.sc/0SETeMHm3RCg

    Thank you..

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.