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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is the way that you used to reduce the padding in the columns. Instead of using

    .tablepress .column-1 {
      padding: 1px;
    }

    for all columns individually, you should use

    .tablepress td,
    .tablepress th {
      padding: 1px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Sorting Arrows Misplaced’ is closed to new replies.