August 30, 2009

Changing Blogspot sidebar from left to right

As many of you might have found that the standard templates given by Blogger are either left sidebar or right.

What if you love this template, but want the sidebar on the other side, well here's a very simple solution, which just takes a minute of your time.

Here's how.

1) select "Layout" and "Edit html"

2) search for "main-wrapper" in the coding

3) next to where it said "float: "$endSide;" change it to "float: $startSide;"

4) search for "sidebar-wrapper" in the coding

5) next to where it said "float: "$startSide;" change it to "float: $endSide;"

Some templates might have "left" instead of "$startSide;", so all you do is change the "left" into right.

So if you want to change from right sidebar to left just do the steps in reverse.