As you can see... Disqus is a hair too wide for my layout...
http://eightfive.net/what-problem-are-you-solving/
How can I make it more narrow by, mmm, let's say 20px?
Thanks!
Adam
As you can see... Disqus is a hair too wide for my layout...
http://eightfive.net/what-problem-are-you-solving/
How can I make it more narrow by, mmm, let's say 20px?
Thanks!
Adam
You would have to add a line in your CSS that styles the disqus code. Check out http://adamkaras.com/blog/2009/06/24/disqus-custom-css-styling-in-3-easy-steps/
Awesome! Thank you!
I did exactly as he listed... in the link directly above.
1. Added the CSS to my site
2. Added a Width tag to the discus_thread CSS item
3. Added the link to the script and CSS file to my header...
Now my site is formatted correctly.
Thanks!
Adam
Just wanted to say thank you for posting this. It was so helpful and I finally got my Disqus to match my site! :)
I just found an easier way to do this...
Go to your Disqus account and add the following to Custom CSS:
#disqus_thread {
width: 600px;
}
You can login at disqus.com, or go to Your Site's WordPress Admin > Plugins > Disqus > Settings > Manage.
This topic has been closed to new replies.