Topic on Skin talk:Poncho

Is there any way to make the sidebar stay visible?

2
Summary by Sophivorus

Add custom CSS to your common.css

M.J.W.B. (talkcontribs)

I really love Poncho, but sometimes wish I could make the sidebar stay visible.

Sophivorus (talkcontribs)

Hi! I guess you can add the following to your common.css:

#poncho-navigation-menu .poncho-menu-list {
	display: block;
	top: 53px;
	left: -9px;
}

You can vary the values of "top" and "left" to control the exact position of the menu. Just don't do this for the site CSS, only your personal CSS, because it won't work well on all screen sizes, especially mobile. Cheers!