Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

cannot resize address bar in FF 29.0

  • 4 답장
  • 16 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

Tried the FF 29 upgrade from FF 27.x, can't seem to figure out how to customize the toolbar now. Actually, what I am not liking is the address bar uses the full width of the screen. On FF 27, I used to open the customize toolbar box, then would add a bunch of SPACEs after the toolbar, essentially shrinking it to the left until it was to my liking. The new customize screen does not have this option and the only thing it seems I can do is rearrange the address and google search, nothing else seems of any use... very confusing.

Tried the FF 29 upgrade from FF 27.x, can't seem to figure out how to customize the toolbar now. Actually, what I am not liking is the address bar uses the full width of the screen. On FF 27, I used to open the customize toolbar box, then would add a bunch of SPACEs after the toolbar, essentially shrinking it to the left until it was to my liking. The new customize screen does not have this option and the only thing it seems I can do is rearrange the address and google search, nothing else seems of any use... very confusing.

모든 댓글 (4)

more options

For this purpose have you tried the Classic Theme Restorer? https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

글쓴이 zoli62 수정일시

more options

You can use code in userChrome.css to set a maximum width for the location bar and for the search bar.

Add code to the userChrome.css file below the default @namespace line.


@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}


The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
more options

Thanks for the responses. Looks like FF 29.0.1 added the spaces option again. Classic Theme restorer has an option stating it can remove "Tab Toolbar background Fog (Windows Aeroglass)" and it does not seem to do so. Is there a way to manually remove this effect? Look at my attached picture to see what my gripe is-it cuts into the custom background art.

more options

You can try to ask advice in the Classic Theme Restorer forum thread.