Skip to content

Instantly share code, notes, and snippets.

@hnq90
Created September 13, 2017 03:23
Show Gist options
  • Save hnq90/a5d02871da87e3a7b93c817cbab4e6af to your computer and use it in GitHub Desktop.
Save hnq90/a5d02871da87e3a7b93c817cbab4e6af to your computer and use it in GitHub Desktop.
Responsive Facebook Comment
.fb-comments {
width: 100% !important;
}
.fb-comments iframe[style] {
width: 100% !important;
}
.fb-like-box {
width: 100% !important;
}
.fb-like-box iframe[style] {
width: 100% !important;
}
.fb-comments span {
width: 100% !important;
}
.fb-comments iframe span[style] {
width: 100% !important;
}
.fb-like-box span {
width: 100% !important;
}
.fb-like-box iframe span[style] {
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment