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.
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