Primary Menu vs. Burger Menu

Hi I’m trying to have my burger menu be a different menu from the main menu. Is this possible? If so how would I accomplish that, because right now it seems they can only be the same?

@Shnooks84 Hi,

You can do that by hiding that menu from the Sidebar and adding a different menu using the Menu Widget.

First, add this CSS code in the Customizer > Additional CSS to hide the menu:

@media screen and (max-width: 64em) {
    .side-nav .navbar-nav {
        display: none;
    }
}

Then add the Navigation Menu block/widget in the Sidebar at the top and choose the needed menu: