Pin Slide Panel
-
Admin
At the moment no, but we’ll look into implementing this enhancement.
Syahir,
I added the following to the custom css and it did pin the slide out menu which looks great on pages and posts but, when I look at the archives the information slides over top of the slide out menu instead of behind it. Is this something that can be changed with css?
http://bestinformationwebsite.com/fitness-health/
.side-panel-toggle {
position: fixed;
top: 10;
width: 100%;
height: 40px;
background: #ddd;
}Syahir,
I added the following to the custom css and it did pin the slide out menu. I checked it on pages, posts and archives and everything looks good. Possibly you could implement this enhancement into the theme in the future.
http://bestinformationwebsite.com/fitness-health/
.side-panel-toggle {
position: fixed;
top: 1;
z-index: 15;
display: block;
width: 100%;
height: 32px;
background: #ddd;
}Admin
Hi Bob,
Thanks for your suggestion and code, but there were some display issues to be considered if the slide-out panel is opened while the navigation items are pinned. For example, the navigation elements are fixed on top of the slide-out panel thus hiding some of its content, and being stuck on an offset position unless you scroll all the way to the top.
We’re looking for ways to iron out these issues, and will definitely add this enhancement when it’s been solved.
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.