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
Hi,
thanks for the link! For this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.dataTables_filter input {
padding: 0px 6px;
font-size: 24px;
}
Regards,
Tobias
Thread Starter
sergis
(@sergis)
Thank for that, but can i make this search box shorter and text before search box little bit bigger. I mean “Search:”
Hi,
then try this maybe:
.dataTables_filter label {
font-size: 24px;
font-weight: bold;
}
.dataTables_filter label input {
padding: 0 6px;
font-size: 24px;
width: 200px;
}
Regards,
Tobias
Thread Starter
sergis
(@sergis)
Big thanks Tobias. Works fine for me. Have a good evening.
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!