How to Put a Widget Inside a scroll box
- Firstly, Find the Widget ID of the widget you want to put inside the scroll box
- Now navigate to Blogger Dashboard > Template > Edit HTML
- Search for ]]></b:skin>
- Paste the below code just above ]]></b:skin> and save the template
/* Scroll box by Bloggslab.com START */NOTE :
#YourWidgetId .widget-content {
height: 200px;
overflow: auto;
}
/* Scroll box END */
That was so simple adding a widget inside a scroll box. Hope you added the widget inside a scroll bar easily without any troubles. take care!
Comments
Post a Comment