I'd like to lengthen the size of the search field presented on the advanced search page - the field prefilled with the word 'keywords'. It is really too small to be of much use.
I've located tpl_advanced_search_default.php, but don't see where the field size is specified.
Thanks for the help. I located the file you specified, made the changes, and nothing. I even deleted the file altogether (local test machine), nothing happens.
It is the only file by that name on my system.
The section creating the box is in my
includes/templates/templates_default/templates/tpl_advanced_search_default.php .
The zen_draw_input_field is what I need to alter in order to specify the input size, but I can't find and am not sure how to modify the function this relates to.