Pages

Wednesday 27 June 2012

How to do scroll box for blog archive

This scroll box also use to save your space length especially when you already have many entry.

1. Log in to you blog > Design > Edit html > Expand widget template.

2. Now use (Crtl + F) function to find <div id='ArchiveList'>

3. You will found  this code ; <div class='widget-content'> before <div id='ArchiveList'> code. Like this ;





4. Replace this code ; <div class='widget-content'> with this code ;


<div class='widget-content' style='overflow:auto; height:200px'>

5. Remember to preview before saving.

Tips : You can adjust your blog height on height:200px

No comments:

Post a Comment