Jump to content

Full nav on homepage but hamburger on rest (7.1)

Recommended Posts

  • Replies 3
  • Views 648
  • Created
  • Last Reply

Hi tuanphan - sorry for the slow response, I thought I'd get a notification to a reply but didn't see one.

The code I used was:

@media screen and (max-width: 5000px) {

  /* Display burger icon at all widths and align right */ 

  .header .header-burger {

    display: flex;

    order: 2 !important;

  }

  /* Make burger menu visible at all widths */ 

  .header--menu-open .header-menu {

    opacity: 1;

    visibility: visible;

  }

  /* Center logo in mobile device */

  .header-title {

    text-align: left !important;

  }

  /* Hide primary navigation menu */

  .header .header-title-nav-wrapper .header-nav {

    display: none;

  }

}

.header-menu-nav-item {

  line-height: 0.5em

}

@media screen and (min-width: 768px) {

  .header-menu-nav-item a {

    font-size: 3vmin;

  }

}

Link to comment

Try this new code

body:not(.homepage) {
@media screen and (max-width: 5000px) {

  /* Display burger icon at all widths and align right */ 

  .header .header-burger {

    display: flex;

    order: 2 !important;

  }

  /* Make burger menu visible at all widths */ 

  .header--menu-open .header-menu {

    opacity: 1;

    visibility: visible;

  }

  /* Center logo in mobile device */

  .header-title {

    text-align: left !important;

  }

  /* Hide primary navigation menu */

  .header .header-title-nav-wrapper .header-nav {

    display: none;

  }

}

.header-menu-nav-item {

  line-height: 0.5em

}

@media screen and (min-width: 768px) {

  .header-menu-nav-item a {

    font-size: 3vmin;

  }

}}

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.