Viewing 3 replies - 1 through 3 (of 3 total)
  • thelanguageconservancy

    (@thelanguageconservancy)

    Looks like an extra div was giving me this issue. I changed line 671 from

    $list .= “<div style=’clear: both;’></div></div><!– end list –>”;
    to
    $list .= “<div style=’clear: both;’></div><!– end list –>”;

    and it fixed problem. Any other ideas out there?

    Thread Starter Kev5

    (@kev5)

    Thanks for the reply. However, the tag table started working fine again without any change. ??

    Plugin Author tugbucket

    (@tugbucket)

    You most likely told it to make more columns that you had tags to fill up. This is a known issue and is documented.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Goes at the Bottom of the Page’ is closed to new replies.