Hi,
thanks for your post, and sorry for the trouble.
This is caused by this block of code in your “Custom CSS” on the “Plugin Options” screen of TablePress:
/* Custom CSS to set minimum width for the first column */
.tablepress th:first-child,
.tablepress td:first-child {
min-width: 150px; /* Adjust this value as needed */
white-space: nowrap;
}Basically, this is instructing the browser to not do any word-wrapping in the first columns of all TablePress tables — which is not really reasonable.
I recommend to remove this code.
Instead, for possible options on making your tables look good and work nicely on small screens like phones as well, I recommend checking out the Responsive Tables feature module that is part of the TablePress premium license plans.
Best wishes,
Tobias
Thread Starter
Marcel
(@owliwant)
Thank you very much, Tobias. This is a big help! Kind regards, Marcel
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!
