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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that that table has content in its cells that has different heights. You can however fix this by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 979px) {
      .tablepress-id-2 td,
      .tablepress-id-2 th {
        height: 92px;
      }
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive behaviour’ is closed to new replies.