Group Admins

Plugins

Public Group active 4 years, 8 months ago ago

Talk about your favorite plugins and ask others for advice about finding or using Wordpress plugins

[IntenseDebate] Move Comments Box above existing comments

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1314
    Benjamin Altman
    Participant

    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

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.