Fx Tweak: Moving Sidebar

Note: For this tweak I recommend using the ChromEdit Plus extension.

The Firefox sidebar can display bookmarks, history and other content. Some users may prefer to have the sidebar displayed on the right side of the screen instead of the left. Simply add these lines to your userChrome.css file located in your profile folder:

    /* Display the sidebar in opposite side */
    #browser {
    -moz-box-direction: reverse;
    }

When you are done editing your userChrome.css file, close and restart Firefox and the changes should take effect right away.

Source:Mozilla Links

Permalink

3 Comments on Fx Tweak: Moving Sidebar

  1. It helped me out.
    Thanks.

  2. Guys maybe something for Firefox 5?) Because it did not work for me

    • It still works in Firefox 5. Make sure you close Firefox before making changes to the userChrome.css or use the ChromEdit Plus add-on.

2 Trackbacks & Pingbacks

  1. Blog Year in Review: January 2007 « Firefox Extension Guru’s Blog
  2. Fx 2.0 Tweaks Guide | Firefox Extension Guru's Blog

Comments are closed.