Hi,
thanks for your question, and sorry for the trouble.
I’m not really sure what you mean here. Why don’t you simply add the extra content to the cells, or add a new column, if necessary?
Regards,
Tobias
Thread Starter
Anthon
(@anthoniebeuker)
Hi Tobias,
Thanks for your reply!
Sorry for my bad explanation.
Please take a look at: https://uitvaartenverzekering.nl/dela-uitvaartverzekering/
I would like to get “per maand” behind the price in euro’s. (in one row)
Regards,
Anthonie
Hi,
thanks for the explanation!
For that, just change
.prijs {
font-weight: bold;
}
to
.prijs {
font-weight: bold;
display: inline;
}
in your “Custom CSS”.
Regards,
Tobias
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!