[Resolved] Sticky menu not showing

Home Forums Support [Resolved] Sticky menu not showing

Home Forums Support Sticky menu not showing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #244164
    Edwin

    Hi

    I moved the website over from development to normal and everything is working, except sticky menu links are not showing. Only search is showing.

    http://maisonmelbourne.com.au

    Thanks

    Edwin

    #244170
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It’s not showing because your top bar is floating over top of it.

    You can move it down like this:

    .navigation-clone.navigation-stick, 
    .sticky-menu-fade .navigation-clone.navigation-stick {
        top: 40px;
    }

    The search item is on the second row because your logo + menu items are taking up all of the available space set by your container width.

    #244184
    Edwin

    Hi Tom

    Yes, I was already using that. It is not that sticky menu that is not showing. It the menu links itself.

    #244213
    Edwin

    Working now. Removed the sticky header logo and it is showing the menu now

    #244274
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working.

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