• I have installed the comment plugger created by mtdewvirus. it’s really sweet! Only thing is, I’d like to make it horizontal instead of appearing as a list as it currently does at:
    https://www.wump.info/wumpblog
    By the way, since this is such a weenie blog, you’ll have to scroll down a bit to find a post with multiple comments. You’ll see they are in a vertical list when I’d like it to be horizontal.
    Anyone able to help? I think I saw that Podz figured out how to do it… but I’m not sure I saw a how to or a code that could be used.

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is the code MtDewVirus gave me ??
    /* Comment Plugger styling from MtDewVirus */
    .feedback {
    text-align:right;
    font-size:small;
    padding-bottom:10px;
    color: #006600;
    }
    .feedback ul {
    margin-left:0;
    padding-left:0;
    display:inline;
    list-style:none;
    color: #006600;
    }
    .feedback ul li {
    display:inline;
    padding:0 2px 0 2px;
    color: #006600;
    }
    .feedback ul li a, .feedback ul li a:link {
    display:inline;
    padding:0 2px 0 2px;
    color: #006600;
    }

    Thread Starter danithew

    (@danithew)

    This goes in wp-layout.css I assume?

    Yup ??
    If you have any oddities, check that any other .feedback statements are not conflicting with it.
    It’s straight from my css is that.

    Thread Starter danithew

    (@danithew)

    cool! that worked great. thanks podz!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to make comment plugger go horizontal?’ is closed to new replies.