Home Page - Extend Width
![]() ![]() |
This is my script: if (prefs['HomeStretch']) {
As of this morning it worked fine. Now, after turning on my computer after I got home from work, the posts and comments are back to FB's default width. ___This Morning:_______________________Currently: CO__P-O-S-T-S__CO ----> CO__POSTS______CO
|
![]() ![]() |
Yeah, seems it broke a couple of hours ago. The stretch to browser width is ok. The header width is ok. The comments are NOT stretched on mine. The following in the Advanced > CSS section still works in the header section. /* These 3 work together to use full length of header */
|
![]() ![]() |
It depends on what your settings already are. I modified my script a little, so it would function and appear how I'd like. So, that CSS really messed up the header section for me. Everything looks how it should, except for the middle column (news feeds & comments). |
![]() ![]() |
I'm using FFixer 2.3.0 unmodified. I use some CSS for cosmetic stuff but have that removed right now until the rest is back working. I also don't display the right column usually and it doesn't make a difference if I do. As you observed, the news column is where the problem is. NO stretching... |
![]() ![]() |
I have the same issue.... the middle column doesn't stretch anymore... |
![]() ![]() |
Same here - not stretching the news feeds. |
![]() ![]() |
This works fine for me:
Reduce the % value if the feed gets pushed under the right column. Or try my CSS file - http://bit.ly/FB_my_CSS |
![]() ![]() |
Rainy it works fine :D I adjusted to 80% because i have wide monitor but its ok now :D
|
![]() ![]() |
thanks Rainy but not so clear find
|
![]() ![]() |
Create a userstyle in stylish with the following code:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("facebook.com") { }#contentArea {padding-left: 5px !important; margin-left: 0px !important;
--------------------------------------------------------------------------- Adjust the width px value to suit your liking. |
![]() ![]() |
I noticed my code above breaks if i shrink the browser window.
div#contentCol.hasRightCol>div#rightCol {width: 28% !important; padding-right: 0px !important;}
div#contentCol.hasRightCol>div#contentArea {width: 68% !important;}
form.commentable_item>ul {width: auto !important;}Add it to Configure FFixer > Advanced > Custom CSS , then press the Save button.
I also updated my CSS file to include the change. Nigh7mar3, what is not so clear? I use pure CSS while your code seems to be JS/GM. Is yours a patch for the FFixer code itself? Dink, consider using non-fixed width. P.S. no offense to anyone, just my 2 cents :P |
![]() ![]() |
Nigh7mar3: That worked like a charm! Thank you so much!!! |
![]() ![]() |
RainyShadow: thanks - that worked! |
![]() ![]() |
RainyShadow: Works here too. I don't understand why the modifications aren't done in FFixer, officially... Anyway... 10x |
![]() ![]() |
Thanks Rainy! Your fix worked great! |
![]() ![]() |
Haven't gotten a chance to work on FFixer in a while. I'll try to get this fixed by the end of the year. I'm glad to see the Custom CSS feature is being used to fix broken features. I was hoping that would happen if I was unable to update FFixer quickly :) |
![]() ![]() |
This topic needs a bump so I now is a good time to say RainyShadow's custom CSS works great! |
![]() ![]() |
I've included RainyShadow's code in today's beta release, FFixer 2.3.0.1 |
![]() ![]() |
Rainy's code assumes using the Right Col. (I believe).
Is there an option to span across that space when it's not used? The following used to work fairly well.... /* HARD CODING a stretch scenario */
FYI: I forgot who I need to credit with providing this code, BUT IT WASN'T ME.... |
![]() ![]() |
Ah, right, I forgot about that. I'll update the script. |
![]() ![]() |
Will this work for profile pages also?
|
![]() ![]() |
Rainy's code assumes using the Right Col. (I believe).
As I prefer the real estate, I don't display the R Col.
Is there an option to span across that space when it's not used?
The following used to work fairly well....
/* HARD CODING a stretch scenario */
div#contentCol>div#contentArea {width: 90% !important; }
form.commentable_item>ul {width: auto !important; }
FYI: I forgot who I need to credit with providing this code, BUT IT WASN'T ME....
I'm having the same problem, I still can't get the Main Page to Extend OVER the right bar (I disabled it) I'm using the beta version but that doesn't work either. |
![]() ![]() |
I'm not a power user but found it easier to use the following to end up with a usable FaceBook experience, at least until someone fixes the current FirFox version. Was up and running a parallel browser in 15 minutes (guess). Google Chrome 8.0.552.224
Adblock Plus for Google Chrome™ BETA 1.0.25
FFixer 2.3.0
Then use the CSS referenced before: /* Get rid of “bio” section in the NEW Profile Page */
/* Get rid of “tagged photos” bar on NEW Profile Page */
/* Get rid of “crap” on the right side – Adblock Plus helps */
/* HARD CODING a stretch scenario */
Then, because I'm half-blind and old, I use these to increase the font size: /* Original Message – font size */
/* Comments – font size */
|
![]() ![]() |
I am still able to extend my homepage and hide the right column.
Using Texan's /* HARD CODING a stretch scenario */ Also, for adblock plus, I use the element hiding helper. |




