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!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Move menu bar to Bookmarks bar

  • 4 відповіді
  • 7 мають цю проблему
  • 19 переглядів
  • Остання відповідь від 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.

Обране рішення

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)
Читати цю відповідь у контексті 👍 2

Усі відповіді (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

Вибране рішення

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