Print

Ask

I have installed a module of picture slider but the dropdown menus of main menu hides behind that .... any idea how to solve it?


Answer

Check your dropdown menus to get ID or class to applying CSS z-index property in your template css. E.g.

#DROPDOWN_MENU_ID{

z-index: 9999;

}