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

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više
Arhivirano

How do I get tabs below everything else at the top

Shadow110 replied
gonzarelli

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?

Svi odgovori (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.

Izmjenjeno od 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.