• I have created a horizontal drop down menu and would like to know if it is possible to have it stay put when the visitor is on the page. My website is test.wildatartatelier.com.
    To explain better what I mean maybe I say exactly what I want on the site. So i would like the drop down menu to stay put when the visitor is on the “Shop” page and when the visitor goes to other pages like “home” or “contact” that it hides itself.
    Could anyone help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this. If the current menu item has a sub-menu then it should display.

    #access .current-menu-item > .sub-menu {
        display: block !important;
    }

    I notice the sub-menu doesn’t extend to the full width. I think it looks better if it does.

    #access .sub-menu {
        background-color: #FFF;
        width: 100%;
    }

    Thread Starter Wild at Art Atelier

    (@wild-at-art-atelier)

    Thanks that did it you are awesome!!!

    Thread Starter Wild at Art Atelier

    (@wild-at-art-atelier)

    Sorry just noticed that it works great when I am on the page site but once I click on a category it doesn’t stay anymore….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drop down menu staying put’ is closed to new replies.