in order to change the search box size 

Go to:

/public_html/administrator/language/en-GB/en-bg.localise.php..

 

 

Line 60:

/**

* Returns the upper length limit of search words

*

* @returninteger  The upper length limit of search words.

* @since1.6

*/

public static function getUpperLimitSearchWord() {

return 60;

}

/**

* Returns the number of chars to display when searching

*

* @returninteger  The number of chars to display when searching.