Hello Rohan,
Thank you for getting back to me on this. Switching my theme is not possible, as my client has already chosen this theme and is happy with it.
I have also determined that the issue is not with any of the plugins used. The issue potentially lies with the customized CSS code I have used to configure the mobile navigation menu, as I believe something is going wrong between my CSS and the theme code for the nav menu.
My site is not yet public, but I have pasted my CSS code here in case that helps to narrow down any issues.
/****** Nav Menu ******/
.nav-menu .menu-item {
margin-left: 10px !important;
margin-right: 10px !important;
}
#menu-item-503 a {
pointer-events: none;
cursor: default;
}
#menu-item-503 .sub-menu a {
pointer-events: auto !important;
cursor: auto !important;
}
#menu-item-31 a {
pointer-events: none;
cursor: default;
}
#menu-item-31 .sub-menu a {
pointer-events: auto !important;
cursor: auto !important;
}
#menu-item-1390 a {
pointer-events: none;
cursor: pointer;
}
#menu-item-1390 .sub-menu a,
#menu-item-31 .sub-menu a,
#menu-item-503 .sub-menu a {
pointer-events: auto !important;
cursor: pointer !important;
}
/*Nav Menu for mobile*/
@media screen and (max-width: 850px) {
.nav-menu .menu-item {
margin-left: 0 !important;
margin-right: 0 !important;
}
.menu-toggle {
margin: 3px 0 0 0 !important;
border: 2px solid white !important;
border-radius: 5px !important;
}
.menu-toggle:hover; {
background-color: #fff !important;
}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
background-color: #2a79ef !important;
}
#primary-navigation .sub-menu .menu-item a {
color: #2a79ef !important;
background-color: white !important;
}
}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Thanks,
Ross
-
This reply was modified 7 years, 9 months ago by
bdbrown.