Created
September 14, 2013 10:42
-
-
Save blastseld/6560945 to your computer and use it in GitHub Desktop.
Responsive like box for facebook fan page snippets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#fb-root { | |
display: none; | |
} | |
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { | |
width: 100% !important; | |
overflow-x: hidden; | |
} | |
div.fb-like-box, | |
div.fb-like-box > span, | |
div.fb-like-box > span > iframe[style], | |
div.fb-comments, | |
div.fb-comments > span, | |
div.fb-comments > span > iframe[style] { | |
width: 100% !important; | |
overflow-x: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment