Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

cannot resize address bar in FF 29.0

  • 4 antwoorden
  • 16 hebben dit probleem
  • 9 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (4)

more options

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

Bewerkt door zoli62 op

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.