Now, we'll learn how to make a post with scrollbar, it's good for you who has many contents like pictures or videos on the post, now follow my tutor below.
Now, get yourself to 'Blog Layout', and move the tab to 'Edit HTML', it means now you are going to edit your HTML code. :O
Give mark on 'Expand Template Widget'
And find code .post { and add these code just below of it (inside the bracket '{ - }')
height:150px;
overflow:auto;
For example, if i have:
.post {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.6em;
}
then it will be like this:
.post {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.6em;
height:150px;
overflow:auto;
}
The purple text means the height of the each post content, you may change 150px to any ammount you want. Higher ammount is longer post, lower ammout is shorter post.
Then you need to save it or you will loss your work. :P
Title :
Make Scrollbar on the Post
Description : Now, we'll learn how to make a post with scrollbar, it's good for you who has many contents like pictures or videos on the post, now...
Rating :
5