Tagged: 

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

    Hello team Kriesi. On the “Enfold Child Theme Options” >> “General Layout”, I choose “Right Sidebar”, but the Menu is not Sticky and there is no option to make it sticky, just like “Left Sidebar”. I found this code on the forum, but it’s not working for me. The submenu it’s shown as “Left Sidebar”. Can you help me with a code that will actual work for the sticky Right sidebar Menu ?

     .html_header_sidebar #top #header.av_always_sticky {
        right: 0;
    }
    
    .html_header_left #main {
        margin-left: 0;
        margin-right:300px
    }
    
    .html_header_sidebar #header .av-main-nav {
        text-align: right;
    }
      
    }

    Thanks in advance.

    #1003396

    Hey Zetrh,

    Add this to quick css:

    .html_header_sidebar #top #header{
    position:fixed!important;
    }

    Best regards,
    Jordan Shannon

    #1003424

    It works like a charm. Thanks for your help. You can close the thread now

    #1003446

    Hi,

    No problem at all my friend, I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"Sticky Right Sidebar Menu" – not staying sticky’ is closed to new replies.