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!

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

Add more bookmark items to toolbar using userChrome.css

  • 1 reply
  • 1 has this problem
  • 2 views
  • Last reply by cor-el

more options

Greetings,

I'm trying to extend the height of my toolbar to add more bookmarks (see picture attached). So far I have been able to edit the CSS and extend the height but now I can't drag and drop bookmarks to the extended height. How can I add another row of bookmarks? Thank you.


  1. PersonalToolbar {
   overflow: clip;
   max-height: 7em;
   padding: 2px 6px 28px;

}

Greetings, I'm trying to extend the height of my toolbar to add more bookmarks (see picture attached). So far I have been able to edit the CSS and extend the height but now I can't drag and drop bookmarks to the extended height. How can I add another row of bookmarks? Thank you. #PersonalToolbar { overflow: clip; max-height: 7em; padding: 2px 6px 28px; }
Attached screenshots

Modified by jstnfaler

All Replies (1)

more options

Chosen Solution