Jump to content

Ishimoto Mobile - Fixed Navigation

Recommended Posts

Site URL: http://www.courtney-crews.com/

Hi,

Is there a way to have the navigation in mobile ishimoto to stay fixed at the top? So that when scrolling the menu is always accessible?

 

I've tried this:

/* Fixed Header - Mobile */
div#mobileMenuLink {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}

However then the navigation covers the site title.

 

Thanks

Edited by ccrews
Link to comment
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Try this CSS

/* Fixed Header - Desktop */
header#header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
div#pageWrapper {
    margin-top: 100px;
}
/* Fixed Header - Mobile */
div#mobileMenuLink {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}

 

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.