Hi,
thanks for your post, and sorry for the trouble.
Horizontal borders are the default, but to forcefully re-add them, something like
.tablepress tbody td {
border-bottom: 1px solid #000000 !important;
}
should be sufficient.
To merge cells with “colspan”, you can use the “colspan” button below the table input fields on the “Edit” screen. Doing this with CSS is not possible in HTML.
Regards,
Tobias
Many thankx. That works perfectly.
Maybe you know an other solution for my next problem. It’s not really a problem, but with the transfer the old css class wp-table-reloaded-games is still in the field. And it must be tablepress-games. But to do that with hand by all the tables is a lot of work.
Is there a easier way for it to get aal the css classes with the prefix tablepress-x
instead wp-table-reloaded-x
I have also differents css classes.
Regards,
Mathijs
Hi,
good to hear that this worked!
So, you still have “wp-table-reloaded-games” as an “Extra CSS class” on the “Edit” screen of the table? Then just keep using that in the “Custom CSS” as well. The actuall CSS classes don’t matter.
(TablePress might have changed “wp-table-reloaded-games” to “tablepress-games” automatically, but you can simply change that back manually in the “Custom CSS”.)
Otherwise, you’ll have to change that manually, I can’t think of a quick way to do this automatically at the moment 🙁
Regards,
Tobias
Haha, perfect.
I added the old CSS text, and it’s now 100%. I’m glad the migration gone smooth.
Many thankx.
Mathijs
(from The Netherlands)
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!