After installing the twenty fifteen theme I found that disqus’ comments were butting up against the edges of the layout.
You can fix this by adding the following Custom CSS
@media screen and (min-width: 59.6875em) {
#disqus_thread {
margin-top: 8.333%;
margin-left: 8.333%;
margin-right: 8.333%;
}
}
@media screen and (min-width: 38.75em) {
#disqus_thread {
margin-top: 7.6923%;
margin-left: 7.6923%;
margin-right: 7.6923%;
}
}
Leave a Reply
Only people in my network can comment.