I’m trying to change the size of the search bar at main page. In order to do that I need to change the value for size (at the moment: 20). But I can’t find the place/file where I need to do that
The according source code is:
<input id=”intextbox” type=”text” value=”” size=”20″ name=”q” maxlength=”150″>
Failing that, loading up the plugin in your favorite IDE (Integrated Development Environment, such as Eclipse, Vim, or others) will allow easy searching of all the plugin files for size=”20″.
Viewing 1 replies (of 1 total)
The topic ‘Search bar size’ is closed to new replies.