Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

How do you resize the menu bars?

  • 3 odpovědi
  • 2 mají tento problém
  • 6 zobrazení
  • Poslední odpověď od 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.

Všechny odpovědi (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; }