How much control do you have on the HTML code? You probably need a quick adjustment with the float commands to pop that sidebar back to the top.
I have complete control I think. Here is the current setting for that sidebar:#sidebar-wrap { width: 240px; float: right; margin: 15px 0 0; font-size: 97%; line-height: 1.5em; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ }
Post a Comment
2 comments:
How much control do you have on the HTML code? You probably need a quick adjustment with the float commands to pop that sidebar back to the top.
I have complete control I think. Here is the current setting for that sidebar:
#sidebar-wrap {
width: 240px;
float: right;
margin: 15px 0 0;
font-size: 97%;
line-height: 1.5em;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
Post a Comment