Jump to content

How to get rid of that sidebar! ---->


prolikewhoa

Recommended Posts

Firefox and Chrome users only.

Install the addon Stylish

https://addons.mozil...fox/addon/2108/

https://chrome.google.com/extensions/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe

Restart FF

You'll see an S icon in the lower right... right click it...Write New Style... for life.atlantafalcons.com

Give it a name, anything

Paste all this in the text box

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("life.atlantafalcons.com") {

#falcon_sidebar {display:none!important}
#content_wrap.with_sidebar {width:940px!important}

}

Refresh the forum page

Done! No more ad..no more skinny message board!

BONUS!

If you want it the full width of your browser 100% paste this:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("life.atlantafalcons.com") {

#falcon_sidebar {display:none!important}
#content_wrap.with_sidebar {width:auto!important; float:none!important}
.forumContent {width:auto!important}

}

:D

UPDATE:

If you're using Chrome try the extension Stylebot. Directions are slightly different but the idea and code is the same!

Link to comment
Share on other sites

  • Replies 123
  • Created
  • Last Reply

Top Posters In This Topic

Firefox users only.

Install the addon Stylish

https://addons.mozil...fox/addon/2108/

Restart FF

You'll see an S icon in the lower right... right click it...Write New Style... for life.atlantafalcons.com

Give it a name, anything

Paste all this in the text box

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("life.atlantafalcons.com") {

#falcon_sidebar {display:none!important}
#content_wrap.with_sidebar {width:940px!important}

}

Refresh the forum page

Done! No more ad..no more skinny message board!

That is awesome my man, +1 for that.

Link to comment
Share on other sites

If i have a wide screen, can i change the width to 1080px? or will that not do anything?

Actually....

If you want to go ALL THE WAY WIDE. No matter how wide your browser window is paste this:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("life.atlantafalcons.com") {

#falcon_sidebar {display:none!important}
#content_wrap.with_sidebar {width:auto!important; float:none!important}
.forumContent {width:auto!important}

}

Link to comment
Share on other sites

Firefox users only.

Install the addon Stylish

https://addons.mozil...fox/addon/2108/

Restart FF

You'll see an S icon in the lower right... right click it...Write New Style... for life.atlantafalcons.com

Give it a name, anything

Paste all this in the text box

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("life.atlantafalcons.com") {

#falcon_sidebar {display:none!important}
#content_wrap.with_sidebar {width:940px!important}

}

Refresh the forum page

Done! No more ad..no more skinny message board!

BONUS!

If you want it the full width of your browser 100% paste this:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("life.atlantafalcons.com") {

#falcon_sidebar {display:none!important}
#content_wrap.with_sidebar {width:auto!important; float:none!important}
.forumContent {width:auto!important}

}

:D

Where is the +100 button? Thanks!!!!

Link to comment
Share on other sites

Actually....

If you want to go ALL THE WAY WIDE. No matter how wide your browser window is paste this:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("life.atlantafalcons.com") {

#falcon_sidebar {display:none!important}
#content_wrap.with_sidebar {width:auto!important; float:none!important}
.forumContent {width:auto!important}

}

You freakin rock man! :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...