Hello Guys, today we are going to share something interesting about your blogs look and design customization. This is the simple CSS trick which would change the whole layout of your blog. This is for those who are willing to change their Blog’s sidebar wrapper and main wrapper positions. In order to enable this simply follow my below steps carefully. And important, don’t forget to backup your blogger template before editing your template. In case you want to reverse back your changes if something goes wrong.
How To Change Blogger Sidebar To Right Or Left
- Go to Blogger.
- Login to your Blogger dashboard.
- Backup your blogger template.
- Go to Theme >>> Edit HTML.
- Now search for below code or similar type of code. ( If possible use Ctrl + F for search ).
#main-wrapper { float: left; width: 600px; margin: 0; padding: 0; }
- Now change float: left to float: right.
- Now you have do same with your side bar.
#sidebar-wrapper { float: right; width: 320px; margin: 0; padding: 0 20px 10px; display: inline; }
- Now change float: right to float: left.
- Take a preview to check the changes, if you see any changes that’s it.
- Now Save your Theme.
Post a Comment