Browse Category aside menu is not standby when hovering a menu.
-
Browse Category aside menu is not standby when hovering a menu. what should I do?
Hello,
Please use the below custom CSS code and paste it to Theme Options >> Custom CSS >> Global CSS section:
.woocs_auto_switcher {
z-index: 0;
}
Best Regards.
This CSS code not working. please double check. https://hqmarketplacee.com/
Hello,
Can you please share the WP admin login details of your site so I will check and give you a possible solution?
Best Regards.
Hello,
This happened due to the incorrect use of the “aside” dropdown design. Dropdown aside is not intended for direct use of the HTML-block in it and use in a vertical menu (for example, in the category element of the header builder), because the dropdown “aside” IS a vertical menu itself, and HTML-blocks should be added not to it, but to its submenu items.
An example of the correct use of the dropdown aside can be found on this page https://woodmart.xtemos.com/megamarket/ (screenshot https://prnt.sc/PNYssqKUZtDE) where the dropdown “aside” is marked in red, the dropdown “aside” submenus is in orange, and the HTML-block content of “aside” dropdown submenus is in green. This is how it looks on the backend (screenshot https://prnt.sc/uyXCdZcpPjLg)
In this case you needs to go to the settings of each menu item of the category menu that has a dropdown and select the design “set sizes” instead of “aside” (video https://monosnap.com/file/yLukQQHKjTREaZyai5QAsNQ6sA0GfR)
Best Regards.