Jump to content

Change Mobile Header to look like Desktop Header

Recommended Posts

Site URL: http://naheartu.com

I want my mobile site's menu to look like the header of my desktop's menu. That is I want the Menu Items under the Logo like it is on desktop. I want to remove the hamburger menu and instead it's the same as the desktop format. I had it matching before but I changed it and forgot the code. Please help

Link to comment
  • Replies 1
  • Views 140
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Add to Design > Custom CSS

/* Force Desktop Nav on Mobile - With Burger Appear */
@media screen and (max-width:991px) {
.header-display-desktop {
    display: flex !important;
}
.header-display-mobile {
    display: none;
}
.header-burger {
    display: none;
}
.header-nav {
    display: flex !important;
}
.header-nav {
    display: flex !important;
    flex: 70% !important;
    justify-content: flex-end;
}
.showOnDesktop .header-actions-action.header-actions-action--cart {
    display: none;
}
    .header-title-logo {text-align: center;}
}

 

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.