How to Add Scroll Bar in Archive With a Fixed Area in Blogger :
(1) Go to your Blogger Dashboard >> Template >> Customize >> Advanced >> Add CSS
.
(2) Now Paste the below code in the CSS Box
/*----BLOG ARCHIVE WIDGET CUSTOMIZED-----*/
(3) Now Click on Apply to Blog..BlogArchive .widget-content {
background: white;
padding: 2px;
border: 1px inset #444;
}
.BlogArchive #ArchiveList {
height: 200px;
overflow: auto;
}
Customization:
Here I have given the value of height 200px. You can change the value according to your comfort.
Sign up here with your email
ConversionConversion EmoticonEmoticon