just started my blog but i want to move my sidebar to the left from the right side. if anyone is interested , post here ill send a link of the blog. thanks in advance
You have to know about coding. or maybe just find another theme. There are a lot of free themes out there, just find what you like.
In your theme settings you should be able to change this easily...you shouldnt need to do anything to do with coding if you are using a theme which has a sidebar
If coding is something you're not familiar with, I would suggest you switch to another theme for quick solution.
Using online editor edit the main page of template...just find the tags reading include sidebar.php You need to cut-paste it in the desired div tag....Also you might have to tweak CSS a bit...
if you want to try youself, you might pull it off simply, but it depends on your themes code. Go into your css file and look for 'sidebar' change float:left to float:right then look for 'content' and change float:right to float:left it might work on the first shot and its easy to change back if it messes things up.