Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor ryanv12

    (@ryanv12)

    This usually happens when your site has global styles on list items like <ul> and <li>

    You can usually override them with something similar to the suggestion in this CSS guide: http://docs.disqus.com/help/69/
    (See subsection Circles or squares appear next to every item)

    If you’re still having trouble, can you post a link to your site? We’d be happy to help figure it out then.

    Thread Starter ataglietti

    (@ataglietti)

    Thanks for the siggestion but didn’t work for my site.
    If you want to take a look directly on my site this is the url(website is still under test):

    http://www.creazionesitiwebbrescia.it/demo3/2012/02/centro-giovanile/

    thanx a lot

    Plugin Contributor ryanv12

    (@ryanv12)

    The theme was actually applying padding to the list items where Disqus was located, which is why that fix didn’t work (it was a little different).

    We fixed it by saying that there should be 0 padding on list items within the Disqus thread area. Here’s the CSS we added:

    #dsq-content ul li, #dsq-content ol li {
    padding: 0 !important;
    }

    Thread Starter ataglietti

    (@ataglietti)

    Great support , I really appreciate it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Disqus Comment System] disqus wrong padding with top icons’ is closed to new replies.