iluvpinkerton
Member
Posted 1 year ago #
On the single template, the sidebar pushes the comments section to the bottom of the page.
I've checked all the CSS to make sure the widths, padding and margins are ok.
I was messing with HTML view in Firebug and I removed some divs that had inline styles to clear floats. That seemed to work. However, I can't find that code in the plugin php files anywhere!
Does anyone know how to fix this?
Thanks!
http://www.fakegoldcha.in/news/downloads-news/8/
iluvpinkerton
Member
Posted 1 year ago #
Of course the second I post a thread about this I discover a fix. I've noticed other people with this problem so here is the solution I found:
#disqus_thread {
overflow:hidden;
}
justinwashere
Member
Posted 1 year ago #
Thank you for this fix! I've been dealing with this for the last two hours!