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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this is possible. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media screen and (max-width: 768px) {
      .tablepress-id-123 .column-3,
      .tablepress-id-123 .column-4,
      .tablepress-id-123 .column-5 {
        display: none;
      }
    }

    This will hide columns 3, 4, and 5 of table 123 on screens smaller than 768 pixels.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Columns CSS resposnive’ is closed to new replies.