Hi
I again have the exact same issue with my custom menu. it cannot open as supposed to.
You have provided me with CSS 2 times and they were same and worked after you did some adjustments.
Given that the CSS is correct, can you please let me know what else you did for this problem. I dont want to keep raising ticket for this, hence, appreciate if you explain it completely.
the code that is not working :
.mobile-header-wrapper .menu li.menu-disable_titles {
position: static;
}
@media only screen and (max-width:750px){
.mobile-header-wrapper .menu li.menu-disable_titles .nav-sublist-dropdown {
width: 100vw;
margin-right: 0 !important;
background: #333333;
text-align: center;
left: 0;
transform: none;
top: 100%;
animation: slideInDown !important;
animation-duration:0.6s !important;
line-height:3.0em;
z-index: -1;
}
.mobile-header-wrapper .menu li.menu-disable_titles:not(.opened) .nav-sublist-dropdown {
display: none;
}
.mobile-header-wrapper .et_connect-block .nav-sublist-dropdown {
border-style:none !important;
}
.mobile-header-wrapper .et_connect-block .nav-sublist-dropdown .item-link{
color:#ffffff;
}
}