Changing the size of the keyword field w/o creating a theme template
cgjohnson - July 1, 2008 - 18:26
| Project: | Views Fast Search |
| Version: | 5.x-2.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Great module; very fast. Is there a quick and easy way to change the keyword field from size="10" to, say, 25 without having to create a custom theme template for the form? Where would this info be stored? thanks.

#1
You can do this in the theme with css, or you can do this in a custom module with a form-alter.
#2
Thanks. One follow-up -- here's what I currently see using firebug:
The easiest of all would be to go into some php and modify that size="10" value -- but where do I find that? What's setting that?
If I were to use CSS, how can I change it for this keyword box but not all form-items?
Thanks. Apologies for being a newbie.