Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author supakunza

    (@supakunza)

    Hi Marc, you can follow the instruction here.

    Thread Starter Marc Woodyard

    (@rune-vantage)

    Hi supakunza,

    I already have installed disqus comments on my site, but the comments section spans the full width of the page. Is there any way to fix this?

    Here’s a screen shot: http://imgur.com/2M1mdF8

    Thanks,
    Marc

    Theme Author supakunza

    (@supakunza)

    See style.css file on line 933 & 953, and add #disqus_thread right after .comment-form. make sure you add comma (,) before add #disqus_thread. so it would look like this:

    ....,.comment-form, #disqus_thread { ...

    another way is add ‘comment-form’ class in Disqus snippet code.
    <div id="disqus_thread" class="comment-form">

    Sorry for delay reply, happy new year Marc!

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Support for Disqus Comments?’ is closed to new replies.