Friday 14 June 2013

Filled Under:
,

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:

Post a Comment