DISQUS

The Disqus Blog: Need help resizing comment area for blog

  • Daniel Ha · 1 year ago
    You can do that with CSS:

    http://disqus.com/docs/css
  • thorswitch · 1 year ago
    Yeah, I read through that first, and tried a number of different way to get the whole Disqus section to fit in the space available. I was able to get the text-area and the submit buttons adjusted, but all of the other elements - like the title, logo buttons, and everything below the textbox wouldn't change width no matter WHERE I tried to make the adjustment in the Custom CSS fields.
  • Daniel Ha · 1 year ago
    Have you tried adding the !important to your rules?

    This makes sure the page uses your defined rules instead of ours.
  • thorswitch · 1 year ago
    No, I'm not familiar with that one, but I'll look it up. Thank you very much!