As we had mentioned in our article, to have the scrollbars to each of the blog posts, once you are logged into Blogger account, go to Template -> Edit HTML and scroll to this code. Add the portion shown in red:-
This will give you scrollbars to every post:-
.post {
height:200px; overflow:auto; } |
|---|
This will give you scrollbars to every post:-