azizhaf
Member
Posted 6 months ago #
Hi,
i have a problem to re-size the search bar or( text widget size of search box). can anyone help me how i can change the text box size? i am using wp-table-reloaded v 1.9.3. i am using this plugin at localhost therefore i cant send the url. but i can send you a screenshot if you didt understand my query.
Thanks for your helping.
quick response is highly appreciable.
http://wordpress.org/extend/plugins/wp-table-reloaded/
Hi,
unfortunately, this is hard to answer without being able to access the page in question, but usually something like this works:
Please try adding
.dataTables_filter {
width: 200px !important;
}
to the "Custom CSS" textarea on the "Plugin Options" screen.
Regards,
Tobias
azizhaf
Member
Posted 6 months ago #
thanks Tobias for your quick and kind response. actually i am facing alignment problem with the search label and text box, they are not displayed in the sequence or you can say in same line. they shows like:
search:
text box
but they should be displayed like:
search: text box
please comment i am waiting for your kind response.
Thanks.
Hi,
ah, ok. In that case, please try adding
.dataTables_filter {
white-space: nowrap;
}
Regards,
Tobias
azizhaf
Member
Posted 6 months ago #
but when i use "white-space: nowrap; " they are align the way that i want but in this case they are gone beyond the template area. is there any other thing which i should have to add?
Hi,
hhm, then I really don't have other ideas :-(
I would really need to take a direct look at this. So, can you maybe put this on a live webserver?
Regards,
Tobias
azizhaf
Member
Posted 6 months ago #
can you give m your email id so that i can send you a screenshot of this page, bcz my hosting provider did`t give me hosting detail yet. :-(
Hi,
a screenshot doesn't really help, because then I can't inspect the page with some developer tools. So, the best would really be the URL to the page, once you have it on your real server.
You can then find my email address in the main plugin file "wp-table-reloaded.php".
Regards,
Tobias
azizhaf
Member
Posted 6 months ago #
ok will be soon ... Thanks for your support and understanding.
Hi,
sure, no problem! You are very welcome!
Best wishes,
Tobias