Comments section being indented by mysterious CSS
- by Steve
I use Disqus comments plugin for Wordpress, and the comments section is indented to the right like a blockquote is.
The code appearing in the front end post is:
<div id="disqus_thread">
<div id="dsq-content">
<ul id="dsq-comments">
</ul>
</div>
</div>
I cannot find any instance of…