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

    (@tobiasbg)

    Hi,

    this problem is likely caused by your theme, which which might contain code that affects the table CSS cide.

    You could try to fix this with this CSS code which needs to be pasted into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:

    .wp-table-reloaded [class*="column"]:last-child {
      float: none !important;
    }

    If this is not working, please post the link to the page with your table.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Last column becomes greyed out’ is closed to new replies.