Buy me a coffee

Force Burger appear next to Navigation

Suppose you want to make Burger appears on Desktop, next to Navigation, like this:

force-burger-appear-next-to-navigation-01-min

 

You can use this code to the Custom CSS box

div.header-burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

If you have a header button, the burger will appear next to the button, to move it next to navigation, use this new code to the Custom CSS box

div.header-burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

div.header-burger {
    order: 2 !important;
    margin-left: 1.5vw;
}

div.header-actions {
    order: 3;
}

force-burger-appear-next-to-navigation-02-min

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder