Buy me a coffee

Add a Burger Icon next to Navigation Bar

To make a Burger Icon next to the Navigation Bar on the Desktop, you can use this code to the Custom CSS box

@media screen and (min-width:992px) {
.header-burger {
    display: flex !important;
    margin-left: 2.5vw;
}
.header--menu-open .header-menu {
    opacity: 1 !important;
    visibility: visible !important
}}

add-a-burger-icon-next-to-navigation-bar-01-min

And you will have

add-a-burger-icon-next-to-navigation-bar-02-min