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