While I’m not using the sidebar in Firefox at all I know some users who really love it. The sidebar however has some limitations and the following tweaks are supposed to get rid of two limitations. The first tweak is going to remove the width limitation of the sidebar while the other one moves the sidebar from the left to the right side making it easier to read the websites that you are on.
Both tweaks need to be applied to the file userChrome.css which is located in the Firefox profile folder. Just search for userChrome.css and you should find it right away. Double-click that file and add one or both of the following two tweaks to the end of the file.
To move the sidebar from the left to the right you do add this line:
#browser {-moz-box-direction: reverse;}
To increase the width of the sidebar you would add this one:
#sidebar {max-width: none !important; }
A restart of Firefox applies the new settings.
Like such posts? Get updates via RSS NEWS FEED. Love Ghacks? Find out how you can help!
Related Posts
14 Users Commented In This Post
Subscribe To This Post Comment Rss Or TrackBack URL