Title: Theme issues
Last modified: August 20, 2016

---

# Theme issues

 *  Resolved [The Night Fox](https://wordpress.org/support/users/the-night-fox/)
 * (@the-night-fox)
 * [15 years ago](https://wordpress.org/support/topic/theme-issues-6/)
 * I recently installed Disqus on my blog, but I’m having some issues integrating
   it with my theme. It seems that Disqus spans to fit the width of my post, but
   I would prefer If I could specify it’s width so that there is a border around
   disqus. How can I specify Disqus’ width?

Viewing 1 replies (of 1 total)

 *  Thread Starter [The Night Fox](https://wordpress.org/support/users/the-night-fox/)
 * (@the-night-fox)
 * [15 years ago](https://wordpress.org/support/topic/theme-issues-6/#post-2121014)
 * Fixed this with some simple CSS…
 * #disqus_thread { width: 600px !important; }
    #disqus_thread { margin-left: auto;
   margin-right: auto !important; }
 * Disqus have a good wiki:
 * [http://docs.disqus.com/help/69/](http://docs.disqus.com/help/69/)

Viewing 1 replies (of 1 total)

The topic ‘Theme issues’ is closed to new replies.

 * ![](https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350)
 * [Disqus Comment System](https://wordpress.org/plugins/disqus-comment-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/disqus-comment-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/disqus-comment-system/)
 * [Active Topics](https://wordpress.org/support/plugin/disqus-comment-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/disqus-comment-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/disqus-comment-system/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [The Night Fox](https://wordpress.org/support/users/the-night-fox/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/theme-issues-6/#post-2121014)
 * Status: resolved