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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

How do I edit the maximum width of the bookmarks to see more characters?

  • 5 uphendule
  • 6 zinale nkinga
  • 90 views
  • Igcine ukuphendulwa ngu MourneProof

more options

I have many bookmarks with more characters than FF can display. So I want to make the width of the Bookmark menus wider.

I have many bookmarks with more characters than FF can display. So I want to make the width of the Bookmark menus wider.

Isisombululo esikhethiwe

Use the selector #personal-bookmarks:

#personal-bookmarks .bookmark-item,
#bookmarksMenuPopup .bookmark-item { max-width: none !important; }
Funda le mpendulo ngokuhambisana nalesi sihloko 👍 0

All Replies (5)

more options

You can set the max-width to none or specify a maximum (400px) with code in userChrome.css in the chrome folder in the Firefox Profile Folder to see more characters.
See http://kb.mozillazine.org/Editing_configuration

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

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

#bookmarksMenuPopup .bookmark-item { max-width: none !important; }

more options

Hi cor-el,

thanks for you reply. I tried your suggestion, but I did not recognized a huge change. Is 400px really the maximum? For now I'm using a workaround to open "chrome://browser/content/bookmarks/bookmarksPanel.xul" in a new tab, but this is not as comfortable as I wish.

more options

Hi again,

I recognized that the solution from cor-el worked fine for the Bookmark-Menu but not for the bookmark-toolbar.

Does anybody know which item to modify to apply the width to the bookmark-toolbar?

more options

Isisombululo Esikhethiwe

Use the selector #personal-bookmarks:

#personal-bookmarks .bookmark-item,
#bookmarksMenuPopup .bookmark-item { max-width: none !important; }
more options

Hi cor-el

thank you very much for you help. It works fine and now FF really matches my needs!!!