Extra UL output on second call
-
We’re using the plugin to populate two tabs with columns of categories. One tab shows the child categories of one parent and the other shows all the categories entirely. However this second call ends up outputting a second < /ul > and screwed up all the sidebar formatting.
This is outputting a three column list BTW. Also, we updated your CSS as it was having problems with three columns in the sidebar. Here’s the CSS changes. The important bit was the LI CSS was needed to override some sidebar inheritance.
.multi-column-taxonomy-list ul{ list-style:none; float:left; padding: 4px 8px 0 0 !important; margin-left:0 !important; width:30% !important; } .multi-column-taxonomy-list li{ width:100% !important; } ul.multi-column-3{ padding-right:0; } .multi-column-taxonomy-list a{ border-bottom:1px dotted #53575f; display:block; padding:3px 0 2px 1px !important; }Can find bug and fix?
Thanks!
K
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Extra UL output on second call’ is closed to new replies.