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 you resize the menu bars?

  • 3 replies
  • 2 have this problem
  • 6 views
  • Last reply by cor-el

more options

All the menu's keep auto adjusting to show the full text content. This makes my bookmark menu a nightmare. It's become super wide now, and I just want to make it like it was before where it would cut off longer text names.

All the menu's keep auto adjusting to show the full text content. This makes my bookmark menu a nightmare. It's become super wide now, and I just want to make it like it was before where it would cut off longer text names.

All Replies (3)

more options

That can be caused by having some bookmarks with a long title in the main Bookmarks menu.
The width of a column in the Bookmarks menu list is in current Firefox versions automatically adjusted to fit the bookmark with the longest name.
You can check the names of the bookmarks and make the longer ones shorter.

more options

I was hoping that wasn't going to be the answer because I have over 100 bookmarks. Guess I'll have to live with inconvenience.

more options

You can use the Bookmarks side bar (View > Sidebar > Bookmarks)

It should be possible to set a maximum width of bookmark items that show in the Bookmarks Menu button drop down list, but on a Mac you can't do that for the Bookmarks menu.


Add code to userChrome.css below the default @namespace line.

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


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#BMB_bookmarksPopup .bookmark-item { max-width:500px !important; }