Remove fb left column

syfsyf
edited February 2014 in Style Requests
Hi, could someone please provide a style which simply removes the left holding column from facebook, so as the nav-column is immediate to the left of the browser?
I have adblock, so my left column is just a white space - but I would like a style which removes only this space and shifts everything left, keeping newsfeed the same width and retaining the right column. The main purpose of this would be to create more space on the right (where I also have an empty adblocked column) for multiple chat windows. I often have at least two open, and the way they overlap the newsfeed horizontally is super-annoying. Shifting everything to the left (except the chat functions) would resolve this.

On a related note, how about vertically stacked chat windows?

Comments

  • Like this?
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("facebook.com") {
    
        #globalContainer { 
            position: absolute !important;
            left: 0px !important; 
        }
        
    }
    
  • @-moz-document domain("facebook.com") { .hasLeftCol #contentCol {margin-left: 0px !important;} }
  • Perfect, thanks both. I edited so there was a tidy 20px margin. Now I can view 2x chat windows and my newsfeed simultaneously, no effort in my standard window size - great!
Sign In or Register to comment.