Hi!
I'm using Tag Cloud to display the Tags on the Blog. The links appear with different size according to the number of entries that contain.
How I can make all links have the same size? Just as in the Theme John for example.
Thanks!
.tagcloud a {
font-size: 15px!important;
}