1. Make Firefox Bookmarks toolbar Auto-hidden:
Open "userChrome.css" file and copy paste following lines at the end of file:
/* Auto-hide bookmarks toolbar */
#PersonalToolbar {visibility: collapse !important;}
#navigator-toolbox:hover > #PersonalToolbar {visibility: visible !important;}
2. Make Firefox Bookmarks toolbar to show in Multiple rows:
Open "userChrome.css" file and copy paste following lines at the end of file:
/* Multi-row bookmarks toolbar*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 35px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}
NOTE: To know about the location and more information about "userChrome.css" file go through following link:
List of Files that can be Hacked to Configure Firefox
This article was posted by VG in following section: Mozilla Firefox.
If you enjoyed this article, you can subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our most popular articles and archive to read other interesting articles. If you have some news or tip to share, please send us.