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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    What you are seeing there is actually the correct behavior for the Responsive Tables Extension. As shown on its webpage, it flips the table and makes it scrollable.

    Now, this approach is however not the best one for all tables. It’s more suitable for plain data tables, but not for tables that are used for layout purposes (e.g. to show images), as in your case.

    A better approach for those two tables should be to let the images shrink on small screens. For that, please remove the Shortcode parameter again and instead add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-3 img,
    .tablepress-id-4 img {
      max-width: 100%;
    }
    .tablepress-id-4 .column-2 {
      width: 50%;
    }

    Regards,
    Tobias

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