Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. a closed div too many in sidebar.php, after the ‘tag’ cloud.
    (find it and fix it)
    that leaves the divs .sidebar-box without enclosure.
    they float right, but get stuck against each other.

    temporary help:

    in styleBlack.css of your theme, find:
    .sidebar-box { padding-top: 5px; margin-bottom: 0px; float: right; width: 300px; }
    and add ‘clear:right;’, so it looks like:
    .sidebar-box { padding-top: 5px; margin-bottom: 0px; float: right; width: 300px; clear:right; }

    Thread Starter nivosh

    (@nivosh)

    Hello alchymyth.

    Thank you so much for the answer.
    Found the </div> culprit and fixed the problem.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Need help resolving a simple strange bug’ is closed to new replies.