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!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

Move menu bar to Bookmarks bar

  • 4 Mbohovái
  • 7 oguereko ko apañuãi
  • 19 Hecha
  • Mbohovái ipaháva impy

more options

I'm wondering if it's possible to move the menu bar items to the bookmarks bar, or, if need be, move all the bookmarks bar items to the menu bar and then move the menu bar under the tabs.

There used to be an Add-on called "UI Fixer" that let me do this, but with the new Firefox 29 this is now impossible and the "Classic Theme Restorer" doesn't grant this specific functionality.

I'm wondering if it's possible to move the menu bar items to the bookmarks bar, or, if need be, move all the bookmarks bar items to the menu bar and then move the menu bar under the tabs. There used to be an Add-on called "UI Fixer" that let me do this, but with the new Firefox 29 this is now impossible and the "Classic Theme Restorer" doesn't grant this specific functionality.

Ñemoĩporã poravopyre

You could move the Bookmarks Toolbar Items to the menu bar and hide the Bookmarks Toolbar and use code in userChrome.css to move the menu bar to a lower position.

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

#toolbar-menubar {-moz-box-ordinal-group:1000}


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)
Emoñe’ẽ ko mbohavái ejeregua reheve 👍 2

Opaite Mbohovái (4)

more options

Here's a screenshot of what I'm looking for. On the top is what I have right now, on the bottom is an MSPaint version of what would be ideal.

more options

Ñemoĩporã poravopyre

You could move the Bookmarks Toolbar Items to the menu bar and hide the Bookmarks Toolbar and use code in userChrome.css to move the menu bar to a lower position.

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

#toolbar-menubar {-moz-box-ordinal-group:1000}


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

Woah, that worked! Thanks!

I had to add a few spaces to the right of the tabs because they were colliding with the window controls, but that's minor.

The only problem I have now is that there's a huge gap between "help" and the right edge of the window, which I can't remove via "customize". It's not a huge problem, but still.

See attached screenshot.

more options