Wednesday

Scrollbar in selections sidebar

If you wan't to modified your template to include an additional selection sidebar, the style that can be inserted into the template will be this:-

Login and go to Template - Edit HTML. Insert this piece of code. Depending on which sidebar your widgets are at (#newsidebar or #leftsidebar or # rightsidebar etc).


.#newsidebar .widget{
height:200px;
overflow:auto;
}

* Sidebar Content
----------------------------------------------- */

#newsidebar .widget{
height:200px;
overflow:auto;
}

.sidebar {
color: $sidebartextcolor;
line-height: 1.5em;
}

No comments: