Ah, no one can help with this?
is it possible but you have to make some further changes after that. To move your sidebar edit the style.css file from you theme’s directory, search the id called #sidebar, and add these:
background:white;
position:absolute;
top:-295px;
… but after this the sidebar will be on the top of you header so you have to make you header narrower too … search in you style.css file after the id #header and add this line:
width:630px;
Finally save everything and upload it overwriting the old css file.
You should end up with something like this: http://tinypic.com/r/zpn38/3
Good luck 😉
You are amazing.
Everyone I asked was telling me it would take “massive code editing,” which I knew wasn’t true. I just didn’t know what I was looking for.
You’re really great for this, thanks a ton.
Aha. I tried it and my site is broken.
Provide me a link to your site to be able to help you.