[Resolved] Two sticky menu

Home Forums Support [Resolved] Two sticky menu

Home Forums Support Two sticky menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #771752
    Thierry

    Hello,

    I have the sticky main menu in the header, it’s ok.

    How i can make a sticky second menu in the bootom of screen ?

    #772099
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the site?

    #783080
    Thierry

    Hi, now the website is online, i edit my first post.

    #783125
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

    #secondary-navigation {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #783263
    Thierry

    Great, it’s works. Thx Tom.

    #783832
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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