Using the latest version of Disqus for comments the comment area has no padding on the left side, causing it to meet right up to the sidebar. They suggest the following:
"Disqus 2012 is set to fill 100% of its parent HTML element and has no margin or padding set on its
. This means Disqus 2012 often looks best when its parent container gives it some margin or padding."
Using the latest version of Disqus for comments the comment area has no padding on the left side, causing it to meet right up to the sidebar. They suggest the following:
"Disqus 2012 is set to fill 100% of its parent HTML element and has no margin or padding set on its
Adding this to the css fixes the issue
disqus_thread {
}
I've did a somewhat similar tweak for arrastheme.com in style.css, will push it to the main code as well: