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

How do I get the "Bookmarks" button to be on the left and the "Most Visited" button on the right? I just want to swap them.

  • No replies
  • 3 have this problem
  • 4 views
more options

The "Bookmarks Toolbar" will allow me to move my bookmarks anywhere along it, but it has two fixed buttons of its own: "Bookmarks" and "Most Visited." They are fixed at opposite ends of the toolbar, Most Visited to the left, Bookmarks to the right. I would like to swap them, resulting in Bookmarks being on the left side and Most Visited being on the right.

I've tried dragging them, but it will not allow it.

I've selected "Customize..", but the entire toolbar collapses into a single icon, with no access to the buttons inside.

The "Bookmarks Toolbar" will allow me to move my bookmarks anywhere along it, but it has two fixed buttons of its own: "Bookmarks" and "Most Visited." They are fixed at opposite ends of the toolbar, Most Visited to the left, Bookmarks to the right. I would like to swap them, resulting in Bookmarks being on the left side and Most Visited being on the right. I've tried dragging them, but it will not allow it. I've selected "Customize..", but the entire toolbar collapses into a single icon, with no access to the buttons inside.

All Replies (1)

more options

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

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#personal-bookmarks #PlacesToolbar { -moz-box-ordinal-group: 2 !important; }