Forums

Show Top Commentators - show name and number in one line? (5 posts)

  1. TRoskell
    Member
    Posted 5 years ago #

    Hi

    I have just installed Show Top Commentators and altered the number of characters in a name but the number of comments still appears below the name and I would like it to sit net to it, is there a way of doing this?
    eg. Name 2
    rather than
    Name
    2

    Thanks

  2. whooami
    Member
    Posted 5 years ago #

    a link to where youre displaying this would be helpful. Without that, we cant tell whether or not its the plugin output that is causing what you are describing or whether or not it's simply a matter of space.

    It might also be nice to have a link to the plugin.

  3. TRoskell
    Member
    Posted 5 years ago #

    Hi, sorry - the blog link is here http://www.graphicdesignblog.co.uk The plugin is shown in the side bar.
    the plugin can be found here
    Thanks for your help

  4. whooami
    Member
    Posted 5 years ago #

    the way that's currently being displayed is not a construct of the plugin, but your site, and the CSS controlling the style.

    Look here:

    http://www.village-idiot.org/broke/naked.png

    Thats your same site with all of the CSS removed (naked).

    You need to fiddle with your CSS.

    If it were me, I would assign a new class or ID to that list so that I could control the styling differently that the other lists in your sidebar.

  5. TRoskell
    Member
    Posted 5 years ago #

    Hi, thanks for your help. I don't know alot about CSS
    this is my current side bar CSS. Please could you tell me what would be making the comment number turn on to the next line, so I can try and make a new class (is it the block?)? Many thanks

    #r_sidebar {
    float: right;
    width: 225px;
    margin: 25px 0px 0px 20px;
    padding: 0px 0px 20px 0px;
    border-top: 2px solid #000000;
    }

    #r_sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

    #r_sidebar ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
    }

    #r_sidebar ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #C0C0C0;
    }

    #r_sidebar ul li a:hover {
    background: #EFEFEF;
    color: #FF7F00;
    }

    #r_sidebar p{
    padding: 3px 0px 0px 0px;
    margin: 0px;
    line-height: 20px;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic