kaydotjpg Posted January 9, 2023 Share Posted January 9, 2023 whale-glockenspiel-af3h.squarespace.com password: writer Hi! When you click on the site title currently, it does not take you back to the homepage- so I am trying to figure out why. I'm assuming it may have something to do with coding I am using to create a spilt navigaton, here is the code: /*Make split navigation in Header*/ .header-nav { position: absolute; top: 5px; bottom: 0; margin-top: 0!important; margin-left: -0px!important; } .header-nav-item:nth-of-type(1) { margin-right: 700px!important; } .header-title-logo a { z-index: 1000; position: relative; } Any tips?? Link to comment
Solution Ziggy Posted January 9, 2023 Solution Share Posted January 9, 2023 You have this: 9 minutes ago, kaydotjpg said: .header-title-logo a { z-index: 1000; position: relative; } But you don't have a header logo, you have header text so you need this to move it on top of the navigation: .header-title-text a { z-index: 1000; position: relative; } Let me know if that works! 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
kaydotjpg Posted January 9, 2023 Author Share Posted January 9, 2023 @Ziggy Thank you Ziggy, you are a life saver 🙂 Ziggy 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment