Hi,
thanks for your post, and sorry for the trouble.
Yes, that’s possible:
Just uncheck the “Length Change” checkbox on the “Edit” screen of the table.
Then, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
#tablepress-123_filter {
width: 100%;
}
#tablepress-123_filter input {
width: 92%;
}
The 123 has to be changed to correct table ID (twice). Then, depending on your theme, you might have to play around with the value of 92%, to make everything fit.
Regards,
Tobias
Thank you so much! It’s all working correctly, very helpful. 🙂
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!