Hello!
I'm a newbie of php and drupal, and I'm using the tagadelic module to display a page with my popular tags, and I was wondering if it's possible align the "cloud" of tags to the center instead to the left. Any ideas?

bye
gerlos

Comments

effebi’s picture

gerlos’s picture

I mean this module:
http://drupal.org/project/tagadelic

That gives on my test website this page:
http://gerlos.altervista.org/tagadelic

As you can see, the keywords are aligned on the left, but I'd like them aligned to the center.

bye
gerlos

cre8d’s picture

Try adding this to your stylesheet:

div.wrapper.tagadelic { text-align: center; }

gerlos’s picture

It does exactly what I was looking for!

Thank you very much!

regards
gerlos