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.

ఇంకా తెలుసుకోండి

how do I place tabs under bookmark toolbar?

  • 2 ప్రత్యుత్తరాలు
  • 1 ఈ సమస్య కలిగినది
  • 109 వీక్షణలు
  • చివరి సమాధానమిచ్చినది cor-el
  • ఆర్కైవ్ చేయబడింది

how do I place tabs under bookmark toolbar? I want to format browser bookmark toolbar and then my open tabs

how do I place tabs under bookmark toolbar? I want to format browser bookmark toolbar and then my open tabs

ప్రత్యుత్తరాలన్నీ (2)

That type of feature is long gone from Firefox, but there are extensions tht restore that setting. This is the most popular extension that I am aware of with a setting like that. https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

Try the userChrome.css solution I posted in this thread:

  • [/questions/1049464] Bookmarks toolbar POSITION resets to the very top after closing firefox

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 */

#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) { -moz-box-ordinal-group:10; }
#TabsToolbar {-moz-box-ordinal-group:1000!important;}


The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.