It is not necessarily a good thing to have a homepage that scrolls for miles. Not only can this slow down loading time, it can make you blog look unprofessional as well. Fortunately,
there is an easy solution to this problem: adding a scroll effect to the sidebar widgets/gadgets. This allows the widget/gadgets to scroll instead of your whole page.
How To Install
there is an easy solution to this problem: adding a scroll effect to the sidebar widgets/gadgets. This allows the widget/gadgets to scroll instead of your whole page.
How To Install
- click on the 'template' tab
- Backup your Template before making any changes to your blog
- Now Expand Widget Templates
- click on the "Edit HTML".
- Now find this code
]]></b:skin>
- Now Paste the Code Shown Below just above/before it
/* Scroll box START */
#YourWidgetId .widget-content {
height: 300px;
overflow: auto;
}
/* Scroll box END */
Replace YourWidgetId with the widget IDexample :
#PopularPosts1.widget-content {
height: 300px;
overflow: auto;
}
0 comments:
Post a Comment
Please do not spam Spam comments will be deleted immediately upon our review.
Regards,
JeHad Hussein
Note: Only a member of this blog may post a comment.