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 email.
To make the search field bigger, I recommend to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
#tablepress-4_filter {
text-align: center;
width: 100%;
font-size: 28px;
}
#tablepress-4_filter input {
font-size: 28px;
font-weight: bold;
}
Unfortunately, I don’t know a way to make the table load faster. It simply takes time for the JavaScript code to run in the browser.
Regards,
Tobias
if it is the same on all tables. all of them are great. There is only one code. all tables are large in the search box.
Hi,
to have this for all tables, you can use
.dataTables_filter {
text-align: center;
width: 100%;
font-size: 28px;
}
.dataTables_filter input {
font-size: 28px;
font-weight: bold;
}
Regards,
Tobias