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

    (@tobiasbg)

    Hi Dick,

    thanks for your post, and sorry for the trouble.

    Aligning cells center and right is possible with

    .tablepress-id-1 th,
    .tablepress-id-1 td {
      text-align: center;
    }
    .tablepress-id-2 th,
    .tablepress-id-2 td {
      text-align: right;
    }

    for entire tables or with

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

    for single columns.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Center or right adjust cell entries’ is closed to new replies.