[IntenseDebate] Move Comments Box above existing comments (1 post)

Topic tags: commenting, comments, css, intensedebate
  • Profile picture of Benjamin Altman Benjamin Altman said 6 months ago:

    I would like to raise the ‘New Comments’ box above the existing comments.

    In the IntenseDebate portal, my custom CSS box looks like this now:

    #idc-container-parent #idc-container {
    width: 665px;
    /*position: relative;*/ //this is causing issues when position is relative here
    padding-top: 0px;

    }

    #idc-container-parent #idc-container {
    /*position: relative;*/ //this is causing issues when position is relative here
    padding-top: 320px;
    }

    #idc-container-parent #idc-container #IDCommentsNewThreadCover {
    /*position: absolute;*/ //this is not causing issues when position is relative here
    top: 0;
    left: 0;
    }

    I have commented out certain portions because they were interfering with my ability to highlight text on the page and for the AddThis icons to be clickable.

    Any ideas how to simply raise the darn comments box above the existing comments?

    Thanks
    Benjamin