Add a Post Divider (Separator) Between Blogger (Blogspot) Posts

Posted Posted by ADMIN in , Comments 1 comments



One of the most important factors to give your visitors a good impression about your blog, is to make it easy to read,
And since i see many blogs, i noticed that one of the most annoying things is that there is no separator or divider between blogger posts, so today we’ll lean how to add a Separator between blogspot posts easily. And here is a demo.
Step 1
Log into your blogger account, navigate to , Dashboard >> Layout >> Edit html, and find the following code
.post
this is the cs part that controls your post layout and style, it must contains few css properties like the following.
post {
margin: 0 0 40px 0;
width: 90%
}
 
Now we want to add the separator css properties between the opening and closing tags, { and }
Here is the separator css properties :

background: url(Separator-Image-Url);
background-repeat: no-repeat;
background-position: bottom center;
margin:.5em 0 1.5em;
padding-bottom:2.5em;
 
And here is what you need to change in above code to customize it to your blog.
Separator-Image-Url
Change it to the separator image url,

2.5
If you found that the separator displayed behind part of your post latest line, increase this number, for example to 3.5 Or 4.5.

Now your final code should looks Like The following one.
 
.post{margin: 0 0 40px 0;
width: 90%;
background: url(http://www.imagehost.com/separator.jpg);
background-repeat: no-repeat;
background-position: bottom center;
margin:.5em 0 1.5em;
padding-bottom:2.5em;
}

1 comments:

Unknown said...

e4f17d4c30 b7z36x3v58 z5p95l8p80 c9m17b0c28 h5w69x8o79 k7h43r3d98

Post a Comment

sadasdasda