Horizontal Lines dividing Category Archive Page : Need Help

  • Anonymous

    #8831

    Hi

    I have searched the forum and no answers. My Category Archive page needs dividing lines between each post like on this archive: http://weston-consulting.com/?page_id=149

    I tried several border changes but nothing worked right.

    So now have an <hr /> in the text widget and placing it in the Graphene loop (After Post Content Action hook). that works on the Archive Summary but show up in the middle of the page on the actual post.

    My present Categories Archive page works the way I want but I need to add the line so it doesn’t show on the post. This is my code:

    .archive .post .entry-title {
    text-align: left;
    margin-left:160px
    }
    .archive .post .excerpt-thumb {
    float: left;
    width: 300px !important;
    height: 150px !important;
    position:absolute;
    top:1px;
    }
    .archive .post .entry-content p {
    text-align: left;
    margin-left:160px
    }

    My site is here: http://www.lloydphillips.com/private/?cat=7

    thanks

    Jamie

    Anonymous

    #42267
    .single #text-15 {
    display:none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.