Shift sidebar Position In Blogger
- Go To Blogger > Design > Edit HTML
- Backup your template
- Search for this code or a similar code like this,
#main-wrapper { float: left; width: 600px; margin: 0; padding: 0 0 20px; }Replace float: left; with float: right;
You have now successfully shifted your post body to right now you need to shift your sidebar column. Search for this,
#sidebar-wrapper { float: right; width: 320px; margin: 0; padding: 0 0 10px; display: inline; }Replace float:right; with float: left;
You have successfully shifted your sidebar wrapper. View your blogs to see a magic change. HAVE FUN! :)