Hello,
Thanks for your Patience!
This is Possible but a few modifications is required. Please follow the steps below:
- Keep just the following CSS Code inside the @media (min-width: 992px) { Media Query instead of the entire .overlay-menu code:
.overlay-menu:not(.top-search-open) #primary-menu-trigger {
opacity: 1;
pointer-events: auto;
left: auto;
right: 75px;
width: 20px;
height: 20px;
line-height: 20px;
margin-top: -10px;
}
.overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; }
- Find the following code in the css/responsive.css File:
#primary-menu > ul,
#primary-menu > div > ul {
display: none;
float: none !important;
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
and delete the #primary-menu > ul, Code.
- Delete the following CSS Code in the css/responsive.css File:
#primary-menu ul li {
float: none;
margin: 0 !important;
text-align: left !important;
border-top: 1px solid #EEE;
}
- Remove the .visible-lg-block and the .visible-md-block Class from the #overlay-menu-close Element.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.