Change the width of the Search Bar
Posted by ffking on 26 Mar 2007 5:15 am. Filed under Tips & Tricks.
- By default, the Search bar on the toolbar is relatively small. To specify your own width in pixels, add the following code to your userChrome.css file:
/* Make the Search box flex wider (in this case 400 pixels wide) */ #search-container, #searchbar { max-width: 400px !important; width: 400px !important; }