Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #421055

    Hello, is it possible for menu items to open above, instead of below, for example, full width submenu, which I want to put bellow main banner?

    Thanks.

    #421563

    Hey VisionHD!

    You could try some CSS like this.

    #top .av-subnav-menu > li ul { bottom: 50px !important; top: auto !important; z-index: 9999 !important; }
    

    But it’s probably not going to work if you use it as a sticky menu.

    Cheers!
    Elliott

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