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 can i make the adress bar smaller so i can fit all my bookmarks beside it, thus avoiding the need for the bookmarks toolbar?

  • 2 பதிலளிப்புகள்
  • 3 இந்த பிரச்னைகள் உள்ளது
  • 1 view
  • Last reply by cor-el

As the title says, would love to have more space for my beloved booksmarks. Kinda how you can make the "search bar" bigger compared to the address bar. Feel free to ask away if i didn't make myself clear. Hope to get help soon. Btw, love the browser.

As the title says, would love to have more space for my beloved booksmarks. Kinda how you can make the "search bar" bigger compared to the address bar. Feel free to ask away if i didn't make myself clear. Hope to get help soon. Btw, love the browser.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can try to add this code to the userChrome.css file.


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

#nav-bar-customization-target > #personal-bookmarks {-moz-box-flex:1!important;}

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

Read this answer in context 👍 0

All Replies (2)

Currently I do not think that there is a way to do it by default in the Customize menu.

However it is possible to put the Bookmark toolbar next to the url bar from this same Customize menu. The ones that do not fit can be accessed from the double arrow to the right.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You can try to add this code to the userChrome.css file.


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

#nav-bar-customization-target > #personal-bookmarks {-moz-box-flex:1!important;}

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