in style.css, i made following change:
#sidebar{
position:absolute; top:64px; left:0px;
width:160px;
height:auto;
}
CHANGED TO
#sidebar{
position:absolute; top:64px; left:0px;
width:15%;
height:auto;
}
It definitely was not 15% of my screeen width, became much less, and created different widths for all 3 side bar boxes!
Any ideas?