Home › Forums › WoodMart support forum › Mobile off canvas menu doesn’t close upon click › Reply To: Mobile off canvas menu doesn’t close upon click
May 2, 2022 at 10:49 am
#372424
Bogdan Donovan
Keymaster
Hi,
In our theme, both anchor and plugin popups don’t close the mobile menu. In this case, try to create a separate menu for the mobile header without following menu types.
As an alternative try to use the following custom code to place plugin popups over the theme mobile menu
.elementor-popup-modal {
z-index: 99999 !important;
}
Kind Regards