Hi,
thanks for your question, 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, but unfortunately, it’s only showing a completely white page for me. It looks like you have activated some kind of maintenance mode?
Regards,
Tobias
Eh yes..i’ll active now now
Hi,
thanks, now I can see the table!
This seems to be the classic responsiveness issue.
Please try adding the scroll mode of the Responsive Tables Extension from https://tablepress.org/extensions/responsive-tables/ again.
Don’t forget to activate the plugin and then change the Shortcodes as explained there.
Regards,
Tobias
Thanks it’s working but is all not in order.. 🙁
Hi,
I’m not sure what you mean. The scrolling is working for me (for the table for which you have activated it).
Regards,
Tobias
Hi,
this should now be scrollable, yes. You might want to prevent line breaks though, e.g. by adding this to the “Custom CSS”:
.tablepress-id-123 th,
.tablepress-id-123 td {
white-space: nowrap;
}
(with the correct table ID).
Regards,
Tobias
nothing , Okay no matter thanks..
Hi,
are you sure? Can you turn of maintenance mode again, so that I can take another look?
Regards,
Tobias
Eh sure.. 🙁
Yes one moment please 🙂
Hi,
thanks! There’s a small typo in your “Custom CSS”. Please change that to
.tablepress-id-1 th,
.tablepress-id-1 td,
.tablepress-id-2 th,
.tablepress-id-2 td {
white-space: nowrap;
}
(The th and the td are for the header cells and for the body cells, respectively. Therefore, if we want this to apply to two tables, both lines need to be copied.)
Regards,
Tobias