Forums

[resolved] How can I control the width of my Disqus text entry? (5 posts)

  1. smigdig
    Member
    Posted 1 year ago #

    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

  2. Andrew
    Member
    Posted 1 year ago #

    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/

  3. smigdig
    Member
    Posted 1 year ago #

    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

  4. Alice Kaye
    Member
    Posted 11 months ago #

    Just wanted to say thank you for posting this. It was so helpful and I finally got my Disqus to match my site! :)

  5. smigdig
    Member
    Posted 10 months ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic