brandwelldesignscoo Posted July 18, 2023 Posted July 18, 2023 I have been using the following split navigation code for years and it recently has begun to block some of my menu nav items from being clickable. It has even blocked the logo from linking back to the homepage. Any help is appreciated! //SPLIT NAVIGATION// .header-nav { position: absolute; top: 5px; bottom: 0; margin-top: 0!important; margin-left: 40px!important; } .header-nav-item:nth-of-type(2) { margin-right: 320px!important; } .header-title-logo a { z-index: 1000; position: relative; } .header-display-desktop .header-title { flex: 0 0 60% !important; z-index: 999999999; }
Ziggy Posted July 18, 2023 Posted July 18, 2023 Can you share your website URL? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Ziggy Posted August 1, 2023 Posted August 1, 2023 The logo container is covering the links You can try adjusting this part: .header-display-desktop .header-title { flex: 0 0 60% !important; z-index: 999999999;} to: .header-display-desktop .header-title { flex: 0 0 35% !important; z-index: 999999999;} Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment