Stick the menu

  • Author
    Posts
  • #108952
    TigerWolf
    Power User

    Hi there!
    I want the menu to stick when scrolling down, so its always visable.
    How can i do that?

    Website: www.werkgroepwolf.nl

    #108964
    Zed
    Cryout Creations mastermind

    Nirvana does not have fixed/sticky menu functionality.
    I did see this implemented on sites running Nirvana using plugins, though.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #108966
    TigerWolf
    Power User

    I tried a few of those but not one worked.. menu woudnt stick…

    #109057
    TigerWolf
    Power User

    It worked with custum css:
    div#header-full {
    position: sticky;
    top: 0;
    z-index: 999;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Stick the menu’ is closed to new replies.