Hi,
thanks for your post, and sorry for the trouble.
I’m a bit confused here, as the default for TablePress tables is
.tablepress {
width: 100%;
}
That is, the table should have 100% width already… 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 Tobias
it is currently locally on my wamp environment.
I will try to upload it
Hi Tobias
Here it is: https://goo.gl/RnROcl
Hi,
ah, I see. There seems to be an issue with the Responsive Tables Extension. Coincidentally, that received an update yesterday (version 1.4).
Could you please install that (from https://tablepress.org/extensions/responsive-tables/ )? (As it’s not in the WordPress Plugin Directory, you’ll have to delete the old version and then install the new one.)
This might then already fix this problem.
If that does not help, we can indeed try to force the width to 100%. For that, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress-id-1 {
width: 100% !important;
}
Regards,
Tobias
I installed the new plugin, but this did not solve the problem.
however the custom CSS did the fix. 🙂
10x
Hi,
great! Thanks for the confirmation!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!