Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    To achieve this, you can use some CSS code like this (to e.g. right align the third column of table 123):

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

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Align a range of cells’ is closed to new replies.