ccrews 0 Share Posted January 15 (edited) 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 January 15 by ccrews Link to post
0 tuanphan 9,537 Share Posted January 18 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 :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Question
ccrews 0
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 ccrewsLink to post
Top Posters For This Question
1
1
Popular Days
Jan 15
1
Jan 18
1
Top Posters For This Question
ccrews 1 post
tuanphan 1 post
Popular Days
Jan 15 2021
1 post
Jan 18 2021
1 post
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment