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

Wannan tattunawa ta zama daɗaɗɗiya. Yi sabuwar tambaya idan ka na bukatar taimako.

My Bookmark toolbar won't stay where I put it...below the Navigation tool bar. Why?

  • 2 amsoshi
  • 1 yana da wannan matsala
  • 12 views
  • Amsa ta ƙarshe daga cor-el

more options

Using Customize I set up my toolbars in the following order: Menu bar, Navigation bar, and Bookmark bar....but it won't stay that way for long. After several searches or certainly when I reboot, the order always reverts to Menu, Bookmark and Navigation. How can I keep it from changing after I've set it up? [I'm using 32 bit Windows].

Using Customize I set up my toolbars in the following order: Menu bar, Navigation bar, and Bookmark bar....but it won't stay that way for long. After several searches or certainly when I reboot, the order always reverts to Menu, Bookmark and Navigation. How can I keep it from changing after I've set it up? [I'm using 32 bit Windows].

All Replies (2)

more options

https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save

Note: Some software, like Advanced SystemCare with Surfing Protection, can protect files in the Firefox profile folder against changes. If you have such software then check the settings or uninstall this software.


You may have a corrupt xulstore.json file. https://support.mozilla.org/en-US/kb/changes-toolbars-and-window-sizes-are-not-saved

more options

Do you use code in userChrome.css to set the Tab bar on bottom or do you otherwise use an extension to reorder toolbars?

You can look at the userChrome.css solution I posted in this thread to move the tabs to the lower position just above the browsing area without using an extension.

  • [/questions/1049464] Bookmarks toolbar POSITION resets to the very top after closing firefox
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) { -moz-box-ordinal-group:10; }
#TabsToolbar {-moz-box-ordinal-group:1000!important;}