Thursday, March 7, 2013

Scroll-bar for Sidebar Posts in Blogger Dynamic Views Template

Before
After
Yet another Dynamic View template tweak. Sidebar view is one of my favorite templates in Dynamic View. It is the only template in Dynamic View that allows you to view the content of a post while still maintaining the complete list of posts in the sidebar - making blog-post navigation a delightful experience. However, you'd have to use your mouse to scroll up and down to navigate within the sidebar posts. In this tutorial, I'll show you how you can add a scroll-bar to conveniently access all your sidebar posts.


Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog. 
?
1
2
3
4
.sidebar #sidebar, .ss{
margin-top: 12px !important;
overflow-y: scroll !important;
}

3 comments: