Widget needs fixing
-
I’m using the Visual Theme and the tag cloud widget is not formatted like the rest of the widgets in this theme, what should I do except not have that feature?
The blog I need help with is: (visible only to logged in users)
-
-
Yes I did.
My guess is that the container for the widgets is a single cell table.
The widgets I’ve prior to this one, had a cell padding of, let’s say 10. The tag cloud widget’s cell padding is 0, therefore the text starts at the containers edge, dosen’t look like the rest of them.
What do I do, use a different theme? -
This is an oversight in the design of the theme. The other widgets are lists, and the CSS of the theme specifies a 20px left and right margin for widget lists. It also specifies a 20px left and right margin for non-list widgets such as textwidget, tagcloud etc, but the div for the content of the TG widget is missing the “tagcloud” class so the CSS has no effect.
What you can do is report this in the Themes forum and hope WP will fix it (by adding the missing class to the HTML of the theme, or by adding an extra CSS rule for the TG widget). You can include a link to my reply, if you wish. -
-
- The topic ‘Widget needs fixing’ is closed to new replies.