ChrisCowDog Posted November 23, 2020 Posted November 23, 2020 Site URL: http://www.cowdogcraftworks.com I've been trying to get some custom CSS to get my navigation bar to be fixed. I see a lot of fixed navigation bar options, but they don't appear to work on the Ishimoto template. Anyone able to help? It seems like a quick fix every time I've seen it.
tuanphan Posted December 4, 2020 Posted December 4, 2020 Add to Home > Design > custom 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.