Tagged: tag cloud
Hi Team,
Is there a way to minimize the topic cloud? All the spacing in it makes it very large in my footer. I would like it all much tighter together.
http://www.mindscope.com
Thanks,
Mary
Hey Mary!
Try adding this code to the Quick CSS:
#footer .tagcloud a {
padding: 0;
margin: 0;
}
Cheers!
Josue
Hi Josue,
That worked great, thanks!
Mary