Jump to content

Hamburger Menu on Left with Buttons on Right

Recommended Posts

I am having such a hard time with this.... I got my mobile site to look how I'd like-- with the hamburger menu on the left, logo in the middle, and donate button on the right, but I can not figure out how to replicate this on the desktop version. Please help!

Link to comment
  • 2 weeks later...
On 7/31/2024 at 7:36 AM, hanj said:

Here's my site:

https://broccoli-quillfish-asgf.squarespace.com

 

I don't already have the hamburger on the desktop version.

You can use this code to Website Tools > Custom CSS

/* Force burger on desktop */
@media screen and (min-width: 768px) {
    .header-menu {
        right:unset;
        width: 25%
    }
      .header-burger {
    display: flex !important;
          order: 1;
}

.header--menu-open .header-menu {
    opacity: 1 !important;
    visibility: visible !important
}

.header-nav {
    visibility: hidden !important
}
    .header-title-nav-wrapper {
    order: 2;
}
.header-actions.header-actions--right {
    order: 3;
}}

 

Edited by tuanphan

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.