Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you can use CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 thead th {
      text-align: center;
    }
    .tablepress-id-123 .column-4 {
      text-align: right;
    }

    Just change the table ID and column number as necessary.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Align a column right’ is closed to new replies.