Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

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.

詳しく学ぶ

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

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}