Skip to content

Instantly share code, notes, and snippets.

@aronjayvo
Last active January 4, 2021 12:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aronjayvo/e200f39deded4eedf019 to your computer and use it in GitHub Desktop.
Save aronjayvo/e200f39deded4eedf019 to your computer and use it in GitHub Desktop.
Adjust Disqus width to fit in your theme.
#disqus_thread {
padding: 12px 10px 0;
margin: 0 auto;
max-width: 800px;
}
@media screen and (min-width: 673px) {
#disqus_thread {
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (min-width: 1040px) {
#disqus_thread {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (min-width: 1110px) {
#disqus_thread {
padding-left: 30px;
padding-right: 30px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment