Hi,
thanks for your question, and sorry for the trouble.
For this, you can use CSS code. For example, try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.dataTables_filter input {
font-size: 20px;
color: #ff0000;
}
Regards,
Tobias
Hello,
Thank you for your quick reply!
What i meant is that i want to make the search area larger! The size of the entire search bar, not just the fonts!
Hi,
then, add something like
.dataTables_filter input {
width: 300px;
height: 80px;
}
Regards,
Tobias
Hello,
thank you that worked fine, however it works only for height not width!
No matter what i add to width the size remains the same! Do you have any suggestion?
The URL is: https://track-platform.com/supported-devices/
Hi,
please try adding the !important flag to raise the priority of this command:
width: 410px !important;
Regards,
Tobias
Thank you it worked fine! Great support!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias