[Resolved] have search field drop below menu

Home Forums Support [Resolved] have search field drop below menu

Home Forums Support have search field drop below menu

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

    Hello,
    I’d like the search form field drop below the menu instead of overtop.

    I found this CSS on a forum thread and it works great, except when the sticky menu kicks in – then it reverts back to default.

    .main-navigation:not(.navigation-clone) .navigation-search {
        top: 60px;
    }

    Any suggestions?

    Thanks!

    #197562
    Tom
    Lead Developer
    Lead Developer

    If you want it on the sticky menu as well, your CSS would be this:

    .main-navigation .navigation-search {
        top: 60px;
    }
    #197987
    Craig

    Awesome! Thanks!

    #198023
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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