Tagged: enfold
There is an option to make the sidebar sticky if the sidebar is smaller than the screen for the left sidebar menu option – however, because my sidebar is long and I still would like it to always be sticky, I was hoping there was a way to make it sticky AFTER the logo… is that even possible?
Hey Andrea!
Thank you for using Enfold.
I checked the page and the sidebar header is set to sticky which is working properly. Can you please provide a screenshot of what you’re trying to accomplish?
Best regards,
Ismael
Hi,
Sorry, yes, should have been more clear.
http://screencast.com/t/cBBWRulFSdy
So, having it sticky in the left sidebar for everything below the logo but not including the logo…
Hi!
Alright. I’m sorry but the logo is inside the header container which is the one relatively or fixed positioned to the browser window. Anyway, you can try this but it might need a few adjustments:
.html_header_sidebar #top #header.av_always_sticky {
position: absolute;
}
.html_header_sidebar .logo {
position: fixed;
width: 300px;
}
.html_header_sidebar .main_menu {
position: fixed;
clear: both;
z-index: 200;
top: 290px;
width: 300px;
height: auto;
display: block;
left: 0;
}
#header .avia-custom-sidebar-widget-area {
position: fixed;
left: 0;
bottom: 50px;
width: 300px;
}
Please contact codeable for further modification: http://kriesi.at/contact/customization
Cheers!
Ismael