Where is the parent element? Have you looked at that using a browser tool like Firebug?
Beats me. Unfortunately, I am not keen enough on code to see where the error is. If it helps, here is a link to a screenshot of what I’m experiencing:
http://goo.gl/cMB6n
Note that the left and right sides seem flush with the column margins which should not be the case.
Unfortunately, screenshots are useless for CSS issues :(. There’s really no way to help without being able to see the site live.
Here’s hoping someone can come up with a remedy:
Site in question – http://goo.gl/eKdk2
This CSS puts some space around it – add that to the bottom of the style.css file:
#disqus_thread {
padding: 0 10px;
}
But the fundamental problem is that the theme has a very narrow space there – so it’s going to be a bit squishy.
Awesome! That did the trick! Thanks a bunch!!
(@wilcyn)
13 years ago
Disqus comments interface is unable to load properly and is cut off. Disqus support has informed me that the interface will automatically fill 100% of the parent element in which it has been placed – in other words, they say the problem is with the theme I am using. Any thoughts here?