Thread Starter
Hamish
(@brightonbeau)
I just saw this and entered it in the TablePress Plug In CSS-box and that hasn’t made any difference.
.tablepress [class*=”column”] + [class*=”column”]:last-child {
float: none;
}
Hi,
thanks for your post, and sorry for the trouble.
Yes, this is likely related to something (probably the theme) adding floating to table cells (but not just the last column).
To fix this, please try this “Custom CSS”:
.tablepress th,
.tablepress td {
float: none;
}
Regards,
Tobias
Thread Starter
Hamish
(@brightonbeau)
Great! That’s got rid of the gap. But the columns on the right are now much narrower than on the left although I have entered CSS commands to make them all 150px.
https://www.dropbox.com/s/yosadwzyui9n0pe/Screenshot%202014-10-07%2010.23.53.png?dl=0
Thanks,
Hamish
Thread Starter
Hamish
(@brightonbeau)
Forget that Tobias. I only did the first 5 columns. My mistake. Sorry!
Thank alot,
Hamish
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!