This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I move the menu bar back to above the mail toolbar (version 115)?

  • 1 cavab
  • 13 have this problem
  • 1 view
  • Last reply by david

more options

After upgrading to version 115, the mail toolbar is displayed on top of the menu bar. How can I revert that, please?

After upgrading to version 115, the mail toolbar is displayed on top of the menu bar. How can I revert that, please?
Attached screenshots

Chosen solution

It's not easy, but I think this will do what you want. Many others have found that it does what they want.

- click settings>general and scrollodown to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

Read this answer in context 👍 10

All Replies (1)

more options

Seçilmiş Həll

It's not easy, but I think this will do what you want. Many others have found that it does what they want.

- click settings>general and scrollodown to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}