Resizing the search bar

From MozillaZine Knowledge Base
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Resize Search Box extension lets you change the search bar width. You can also edit your userChrome.css file to add the following code ("400px" can be changed to something larger or smaller)

/* Make the Search box flex wider */
#search-container, #searchbar {
width: 400px !important;
}