Hi,
I have a number of widgets, all with a background image on the title and one on the widget box. Since there are images as background I have a padding set in both the title text and the lists in the widgets. However the widget for the tag-cloud links doesn't have neither a list or a <p> or something to "hang" the padding for the links on.
If I use <a> it either makes the border-bottom stretch the length of he left side padding or with a margin it stretches the space between the links too much of course.
Is there any way I can either change the content so that the tags are within a <p> (or something else possibly)? I have tried to change the padding on the specific widget class (widget widget_tag_cloud) and the id (tag_cloud-3) but something overrides it and I can't see where it is.