Top

alchymyth on "Need help resolving a simple strange bug"

March 2, 2010 by  

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; }

Share

Comments

Facebook comments:

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!





*
Bottom