• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help w/ Firefox

DJFury

Member
Anyway to make the Google Search field in the firefox 1.0 browser longer & bigger? Also any way to lock in the zoomed view after you close the browser and reopen it?
 
I start with this and modify the numerical value until I get it the size I want:

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 */
#search-container {
-moz-box-flex: 400 !important;
}
 
Back
Top