I'd like to have a different menu style for my off-canvas menu...I'd like my menu in a list and not on a rotating nest (as it is currently). I have created a second menu, but there is no "off canvas navigation menu" option in the 'menu locations' section... how do I do this please?
Hello, I have sorted this out with the two menu styles, but I would like the 'burger' menu option only to appear when the top navigation is not appearing. I have created this code, can you confirm this will not interfere with any of your other coding, if it's ok then I will use this:
@media only screen and (min-width: 1001px) { header#top nav ul .slide-out-widget-area-toggle { display: none !important; } }
Hello,
I'd like to have a different menu style for my off-canvas menu...I'd like my menu in a list and not on a rotating nest (as it is currently). I have created a second menu, but there is no "off canvas navigation menu" option in the 'menu locations' section... how do I do this please?
Thanks
Hello, I have sorted this out with the two menu styles, but I would like the 'burger' menu option only to appear when the top navigation is not appearing. I have created this code, can you confirm this will not interfere with any of your other coding, if it's ok then I will use this:
@media only screen and (min-width: 1001px) {
header#top nav ul .slide-out-widget-area-toggle {
display: none !important;
}
}
Thanks
Hey Again,
Yes it seems ohk .
Be.st
ThemeNectar Support Team