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!

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

How do you resize the menu bars?

  • 3 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 6 ნახვა
  • ბოლოს გამოეხმაურა cor-el

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.

ყველა პასუხი (3)

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.

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.

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; }