View Full Version : Firefox Bookmarks Toolbar
xbonez
21-05-2008, 04:04 PM
I'm using Mozilla Firefox 3 RC1. How can i increase the size of my bookmarks toolbar to 2 rows instead of the default 1?
Vishal Gupta
21-05-2008, 04:08 PM
Type "%appdata%\Mozilla\Firefox\Profiles\" in RUN dialog box and press Enter. It'll open Mozilla Profiles folder. Now open your profile folder under it and then goto "chrome" folder. Now Add following lines in "userChrome.css" file:
/* Make bookmarks toolbar to show in multiple rows */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
ray|raven
21-05-2008, 04:10 PM
http://kb.mozillazine.org/Multiple_row_bookmark_toolbar
xbonez
21-05-2008, 04:19 PM
@VG : that only works for FF2
@rayraven : thanks...the following code worked
/* Multi-row bookmarks toolbar for Fx3b5pre*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 50px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}
ray|raven
21-05-2008, 04:24 PM
^Glad it worked :)
Vishal Gupta
21-05-2008, 05:46 PM
Oops. I apologize. I didnt read carefully. :)
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.