Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How do I shorten the address bar (where www.ebay.com is at)...it now goes the entire width of the screen covering up my wallpaper?

  • 1 件の返信
  • 39 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cor-el

more options

I like the new "wallpaper" just downloaded from Firefox that's at the top 3 inches of the screen. However, the address bar goes virtually across the entire screen, covering up her face. Clicking on the "View" button over the address bar, then Toolbars, then Customize, I've been able to move stuff around that was covering the area of her face. How can I shorten the address bar 3, 4 inches so I can enjoy all of the image? Thank you. Bruce

I like the new "wallpaper" just downloaded from Firefox that's at the top 3 inches of the screen. However, the address bar goes virtually across the entire screen, covering up her face. Clicking on the "View" button over the address bar, then Toolbars, then Customize, I've been able to move stuff around that was covering the area of her face. How can I shorten the address bar 3, 4 inches so I can enjoy all of the image? Thank you. Bruce

すべての返信 (1)

more options

The location bar and search bar have a flex property and take all available space.
You can change the relative size of both with that resizer between the two bars, but that won't change the space that both take.
You can add Space elements at the right of the bar in the "View > Toolbars > Customize" window to make the location bar and search bar container shorter.

You can also set a specific max-width for the two bars by adding code to userChrome.css below the @namespace line.

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container {max-width: 400px !important}
#search-container {max-width: 200px !important}