Thanks for the suggestion Brigitte…
Ok, I could manage to pull it up using the following for sidebar:
.sidebar
{
display:block;
position:absolute;
top:75px;
}
I need to fiddle around with it a little more…However, I am worried about the “position” part. I guess, as the name suggests, it would not make the sidebar relative to the rest of the content on the page. Hence, if I think of adding widgets to it, i would need to reposition everytime to make it look the same. Is there anything I need to work with the php files?
Any thoughts anyone please?