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!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

how do I place tabs under bookmark toolbar?

  • 2 antwurd
  • 1 hat dit probleem
  • 8 werjeftes
  • Lêste antwurd fan cor-el

more options

how do I place tabs under bookmark toolbar? I want to format browser bookmark toolbar and then my open tabs

how do I place tabs under bookmark toolbar? I want to format browser bookmark toolbar and then my open tabs

Alle antwurden (2)

more options

That type of feature is long gone from Firefox, but there are extensions tht restore that setting. This is the most popular extension that I am aware of with a setting like that. https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

more options

Try the userChrome.css solution I posted in this thread:

  • [/questions/1049464] Bookmarks toolbar POSITION resets to the very top after closing firefox

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 */

#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) { -moz-box-ordinal-group:10; }
#TabsToolbar {-moz-box-ordinal-group:1000!important;}


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