How to Activate the Scroll Bar on Blogger
Blogger is a popular Web logging, or blogging, platform people use to write on a variety of different subjects. Blogger includes a number of different features and widgets meant to enhance the experience of both the blogger and the reader. Most of the features can be added, removed or turned on or off using the Blogger dashboard, which acts as a control panel for managing all facets of your blog. Activating or deactivating a scroll bar, however, requires a bit of HTML coding.
Instructions
-
-
1
Navigate to your Blogger site's Dashboard. Log in using your user name and password.
-
2
Click the "Layout" menu and select "Edit HTML." The HTML code for your Blogger template appears.
-
-
3
Paste the following HTML code anywhere within the template:
.sidebar .widget{
height:200px;
overflow:auto;
}
Be sure to make note of where you placed the code for easy reference in case you would ever like to deactivate the scroll bar in the future.
-
4
Click "Save." You have successfully activated the scroll bar in Blogger.
-
1
References
Resources
- Photo Credit Thinkstock Images/Comstock/Getty Images