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
Thread Starter
claing
(@claing)
Hi Tobias,
Good to hear from you again.
This is a test site for the table in question: https://summitpump.com/table-press-test-area/
On a related concern, I would like to extend the width of the overall table – (not as wide as the Model filter dropdown) if you have any pointers on this as well. I’m stuck.
Hi,
thanks for the link. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.column-filter-widget select {
width: 250px;
}
For the table width: Your table is actually too wide for the screen. You might want to look for a solution for responsiveness, e.g. via https://tablepress.org/extensions/responsive-tables/
Giving it more space (on the left side) would require changing your theme’s CSS code, but I don’t know the best way for that, sorry.
Regards,
Tobias
Thread Starter
claing
(@claing)
Tobias,
Thank you so very much! Both suggestions did the trick! (Custom CSS and the responsive-tables extension).
If I want to apply the widget width CSS to just this one table (current example applies to all tables on my site) what would that code look like?
Hi,
good to hear that this helps! To only apply this to one table, please use
#tablepress-InvtStnd_wrapper .column-filter-widget select {
width: 250px;
}
Note how the table ID is part of the CSS selector.
Regards,
Tobias
Thread Starter
claing
(@claing)
Perfect, that does the trick! Thanks again
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!