z-index problem with search form
-
I am not sure if this is only a problem of my theme. I cannot find a similar example on your site.
Perhaps, you can test it (my site at the time is only local):
When I use:
Menu Replacement Settings >
Choose: Search Type
Custom Content: [wp_megamenu_search_form template_type=”megamenu-type-search”]
then the search form on pc display appears fine. But on small display (when the menu collapse) then I think that there is an z-index problem. The search form not appears. Only when I insert with the developer tool an additionalz-index: 1;
to this:
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap { width: 100%; padding-top: 15px; padding-bottom: 5px; padding-left: 8px; padding-right: 8px; border: 1px solid #ffffff; border-radius: 0px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
then appears.
Can you test it and can you tell me if is a bug in your plugin or a problem of my theme, settings etc.
Thank you
- The topic ‘z-index problem with search form’ is closed to new replies.