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
Hi Trevor!
Use this:
#top .comment-count {
font-size: 18px;
line-height: 40px;
width: 40px;
}
#top .center-border {
width: 45%;
}
Cheers!
Josue