Also interested how make custom css like in http://websimon.se/websimon-tables/
Dark blue table, tried so much but nothing happens, except headings.
Hi,
the problem with the last column of the tables looks corrupted due to a setting your theme’s CSS.
You could try to fix this with this “Custom CSS”:
.wp-table-reloaded [class*="column"]:last-child {
float: none !important;
}
About the coloring:
This is just a matter of adjusting the CSS from that page to the correct classes/selectors.
Regards,
Tobias
It is resolved 🙂 Thanks, will try to setup css template now.
Hi,
very cool! Thanks for the confirmation! 🙂
Best wishes,
Tobias
by the way it is ifeature pro theme, maybe someone will search.
Hi,
thanks for the additional info! Let’s hope that it is indeed useful for people with the same problem! 🙂
Regards,
Tobias
Hi,
I have the same problem with a iFeature theme.
How and where do i insert the CSS to solve the problem?
You can see the problem here:
http://autohjaelp-priser.dk/
You just need to put .wp-table-reloaded [class*=”column”]:last-child {
float: none !important;
}
in your WP-Table-Reloaded custom CSS
In the WP-table plugin? Or do i need to edit a css-file?
for sure in WP-Table plugin, just check Plugin options inside.
I´ve tried that. But it doesn´t have any effect.
Hi,
as it seems, the code mentioned above is not in the page. Can you please add it again, and leave it in, even if it does not seem to work? That might help me in finding out what’s wrong.
Thanks,
Tobias
I have put in the code again.
Hi,
you put the code in the wrong field. It is supposed to go into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded, and not into the “Extra CSS class” field on the table’s “Edit” screen…
Regards,
Tobias
My mistake.
I works great.
Thanks a lot mate 🙂