Subscribe For Free Updates!

We'll not spam mate! We promise.

How to add border around posts in blogger

Adding borders around individual posts in your blog makes your blog look well arranged. It also makes your posts look better. Post borders can be easily added by editing blogger template. For adding post borders to your blog read our complete guide exclusively nairotech.com.. We just made the whole process easier and simpler



how to add border line around blog post
Nairotech.com

Method:

1.Go to blogger dashboard.
2.Select template. Please, do Backup your template

3.Click edit HTML and click proceed.
4.Search for the following code.


.post {
margin: 0 0 45px 0;
}

5.Now replace the above code with following one.

.post {
margin:0 0 45px 0;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
border: 1px solid #e9e9e9;
}

6.Save the template and you are done.




Note:

The line  border: 1px solid #e9e9e9 ;  specifies border color and its width.You can modify it according to your own choice.



0 comments:

Best Blogger TipsComment here

CONFUSED ? FEEL FREE TO ASK

 We only entertain real and valuable comments. This means that you need to write comments with your REAL NAME. Comments with keywords or unrelated texts won't be approved. Also, instead of posting comments such as "nice/excellent articles", we would really appreciate if you could like it and share it with your friends/readers. Please, read our
comment policy