Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #316927

    Hi,
    This will probably be an easy one for you guys. I would like to reduce the size of the comments count icon and count font as they appear on my portfolio entry pages (http://trevorjohnston.com/wordpress/portfolio-item/roboreel/). I think the icon is currently about 60px diameter. I’d like it about 40px, with a proportionate reduction in the size of the font.
    I’m sure there is some simple QuickCSS fix, but I’ve only succeeded in reducing the size of the button which leaves the number sitting at the bottom of the orange circle.
    Thanks,
    Trevor

    #316944

    Hi Trevor!

    Use this:

    #top .comment-count {
        font-size: 18px;
        line-height: 40px;
        width: 40px;
    }
    #top .center-border {
        width: 45%;
    }

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.