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