Shape 5

Joomla Templates => BlogBox - Club => : sophiahe January 24, 2017, 02:46:57 PM



: Another menu display on top of the main menu
: sophiahe January 24, 2017, 02:46:57 PM
Hi,

I have another menu under the main menu, when I move the page down, this menu displayed on top of the main menu. How can the main menu display on top always?
link https://www.creativjoy.com/index.php/reviews

Thanks
Sophia


: Re: Another menu display on top of the main menu
: mikek January 25, 2017, 08:23:01 AM
Hello,

That other menu is using a very high z-index. So you'll need the following in custom.css:

#s5_menu_wrap.s5_wrap_fmfullwidth {
    z-index: 20000 !important;
}


: Re: Another menu display on top of the main menu
: sophiahe February 02, 2017, 12:43:28 PM
Thank you. It worked.
However, when viewed it on mobile, the submenu's top menu items displayed in two rows as the screen was small, the top menu items covered it's first menu item's dropdown menu, how to fix it?

Thanks
Sophia


: Re: Another menu display on top of the main menu
: mikek February 03, 2017, 08:24:04 AM
Hello,

I would suggest increasing the Trigger Width setting under Main/Responsive Nav in the template configuration.