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

    (@tobiasbg)

    Hi,

    this difference is expected. Don’t forget that the export/import process only deals with the data/content of the table, but not with its styling! The styling is always dependent on the theme of the site!

    Here are some instructions to adjust the styling:
    1. Uncheck the “Table Head” checkbox on the “Edit” screen of the table.
    2. Add this code to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:

    .wp-table-reloaded-id-2 {
      border: none;
    }
    .wp-table-reloaded-id-2 td {
      vertical-align: top;
      border: none;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] imported file different from original’ is closed to new replies.