Jump to content

The navigation menu turns into the hamburger menu when viewed in portrait orientation on a tablet

Go to solution Solved by Beyondspace,

Recommended Posts

Dear Forum Hero's,

Customer service said that my problem is actually normal behavior, but a solution might be available in the forum.

The navigation menu turns into the hamburger menu even when there's plenty of room to display the full navigation menu. The problem can best be illustrated by the attached screen capture.

If you're viewing the site in landscape mode on an iPad, the navigation menu is available. But switch to portrait mode on an iPad, and the hamburger menu takes over, despite the fact that there's still plenty of room for the full navigation menu. Can CSS code fix this issue?
Site: https://www.zlcb.org/

Thanks in advance for any input,
Brent

Squarespace-question.jpg

Link to comment
  • Solution
1 hour ago, Webmaster_for_ZLC said:

Dear Forum Hero's,

Customer service said that my problem is actually normal behavior, but a solution might be available in the forum.

The navigation menu turns into the hamburger menu even when there's plenty of room to display the full navigation menu. The problem can best be illustrated by the attached screen capture.

If you're viewing the site in landscape mode on an iPad, the navigation menu is available. But switch to portrait mode on an iPad, and the hamburger menu takes over, despite the fact that there's still plenty of room for the full navigation menu. Can CSS code fix this issue?
Site: https://www.zlcb.org/

Thanks in advance for any input,
Brent

Squarespace-question.jpg

You can try the following css code

@media only screen and (max-width: 767px) {
  .header-display-desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .header-display-desktop {
    display: flex;
  }
  .header-display-mobile {
    display: none;
  }

  .header .header-title-nav-wrapper .header-nav {
    display: block;
  }
  .header-layout-nav-right .header-title{
    flex: unset !important;
  }
  .header-burger  {
    display: none 
  }
  .header .header-announcement-bar-wrapper {
    padding-top: .1vw;
    padding-bottom: .1vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. 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.