Padding To Blogger Blog:
A little padding on left and right on blog gives a professional look for template. So for two hours, I tried for adding padding to this template and didn't found any working result. So I conducted few trials and found a working method to add padding to template. Here I am writing this. This adds padding to only content of the blog. I have shown the result before and after adding the padding.
Before Adding Padding:
After Adding Padding:
1. Log in to your blogger, navgate to template and click on edit html.
2. Find something like this
.post-outer {
3. Below that line add
padding-right: 10px; for right padding
padding-left: 10px; for right padding
padding-bottom: 10px; for right padding
You can 10px to your requirement.
That's it. You are done!!