Jump to content

Bottom of Home Page coming up after clicking "hamburger" icon instead of site navigation. Help!

Recommended Posts

4 hours ago, CooperLandingFishingGuide said:

Recently, on my home page, when I click the "hamburger" icon to the top left, my pre footer, footer and bottom of my website pops up instead of page navigation links. Anyone know what would cause this? 

Thank you for your help!

Hey @CooperLandingFishingGuide try to add next code in Custom CSS:

@media only screen and (max-width: 640px) {
  .mobile-nav-open #preFooter,
  .mobile-nav-open #footer {
    visibility: hidden;
  }
}

 

SquareRefresh, premium plugins & templates that have an elevated feel.

Plugins: Have your site stand out. 
Templates: Our templates are designed with versatility in mind.
Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins.

Link to comment

Try adding to Design > Custom CSS

.mobile-nav-open div#preFooter {
    opacity: 0;
}
.mobile-nav-open footer#footer {
    opacity: 0;
}
.force-mobile-nav.mobile-nav-open #sidecarNav {
    z-index: 99999999999999;
}

 

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
6 hours ago, tuanphan said:

Try adding to Design > Custom CSS

.mobile-nav-open div#preFooter {
    opacity: 0;
}
.mobile-nav-open footer#footer {
    opacity: 0;
}
.force-mobile-nav.mobile-nav-open #sidecarNav {
    z-index: 99999999999999;
}

 

Is it just for mobile, or all squarespace versions? It appears to work!

 

Thank you so much!

Edited by CooperLandingFishingGuide
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.