Hi,
thanks for your post, and sorry for the trouble.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Hi,
thanks for the link!
The only real chance that I see here (if you want to keep the dates and prices in a row and not a column), would be to prevent line breaks in the cells, e.g. with this “Custom CSS” on the “Plugin Options” screen of TablePress:
.tablepress-id-10 th,
.tablepress-id-10 td {
white-space: nowrap;
}
Regards,
Tobias
This is perfect thank you very much, that I should just separates cells by border to make it clearer … Do you know where I can change / add the code? and what code?
thank you a lot
Hi,
to add a border, you could e.g. extend the code to
.tablepress-id-10 th,
.tablepress-id-10 td {
white-space: nowrap;
border-left: 1px solid #b6d889;
}
Regards,
Tobias
Thank you very much for your help and quick response, the support is great!
I will focus the text of my cells and it will be perfect 😉
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!