Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #459613

    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?

    http://support.curlyhost.com/

    #459946

    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

    #460104

    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…

    #460759

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.