Yet another Dynamic View template tweak. Sidebar view is one of my favourite 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 scrollbar 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.
.sidebar #sidebar, .ss{
margin-top: 12px !important;
overflow-y: scroll !important;
}
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.
.sidebar #sidebar, .ss{
margin-top: 12px !important;
overflow-y: scroll !important;
}
EmoticonEmoticon