The last column of my tables is always solid grey. Here is a screenshot.
The last column of my tables is always solid grey. Here is a screenshot.
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
You must log in to post.