Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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 get tabs below everything else at the top

  • 2 replies
  • 1 has this problem
  • 2 views
  • Last reply by Shadow110
  • Archived

I really don't understand why every upgrade they want to move the tabs, the things I use the most, farthest from where my mouse is. Why can't this just be a setting? About ready to rage quit Quantum already. Why speed it up then require more mousing?

I really don't understand why every upgrade they want to move the tabs, the things I use the most, farthest from where my mouse is. Why can't this just be a setting? About ready to rage quit Quantum already. Why speed it up then require more mousing?

All Replies (2)

Hi, make a file called userChrome.css in the chrome folder, and insert this into it:

  /* Tab bar below Navigation & Bookmarks Toolbars 
 For best results, show Title Bar or Menu Bar */
 #nav-bar { /* main toolbar */
 -moz-box-ordinal-group: 1 !important;
 border-top-width: 0 !important; 
  }
   #PersonalToolbar { /* bookmarks toolbar */
  -moz-box-ordinal-group: 2 !important;
  }
  #TabsToolbar { /* tab bar */
-moz-box-ordinal-group: 3 !important;
  }

Save and restart Firefox.

Modified by Mkll

Do as you wish and you are among the remaining 165 of 768 and that does not include resolved since release.

Someone will maker the appropriate tools in time as well more info will come out. I am not familiar with doing that but this is the answer : https://support.mozilla.org/en-US/questions/1185374#answer-1029508

Please let us know if this solved your issue or if need further assistance.