I just installed Disqus to help regulate post comments. Unfortunately, the Disqus interface is touching the post sidebar (probably because Disqus is set to fill the width by 100%). Do you happen to have CSS or another workaround that will allow me to add padding to the comments section of post pages?
Thanks, I appreciate any help you can provide.
Hey,
Can you please give us a link to the website? We need to inspect it. :)
Cheers,
Ismael
Site isn’t quite live yet… Although, I just now figured it out by adding the CSS below.
#disqus_thread{
width:95%;
}