jonongec Posted December 9, 2020 Share Posted December 9, 2020 Site URL: https://www.jonathanong.com/ I split my navigation using this code below and now my logo is no longer clickable. It used to be clickable and would direct to the home page. Can someone help? https://www.jonathanong.com/ /*Make split navigation*/ .header-nav { position: absolute; top: 5px; bottom: 0; margin-top: 0!important; } .header-nav-item:nth-of-type(3) { margin-right: 500px!important; } Beyondspace 1 Link to comment
Beyondspace Posted December 9, 2020 Share Posted December 9, 2020 7 hours ago, jonongec said: Site URL: https://www.jonathanong.com/ I split my navigation using this code below and now my logo is no longer clickable. It used to be clickable and would direct to the home page. Can someone help? https://www.jonathanong.com/ /*Make split navigation*/ .header-nav { position: absolute; top: 5px; bottom: 0; margin-top: 0!important; } .header-nav-item:nth-of-type(3) { margin-right: 500px!important; } Add this css to make it clickable .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-title { z-index: 99999; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
jonongec Posted December 10, 2020 Author Share Posted December 10, 2020 thank you @bangank36 that worked perfectly! Link to comment
jonongec Posted December 10, 2020 Author Share Posted December 10, 2020 @bangank36 now the rest of the navigation items is not clickable! help! Beyondspace 1 Link to comment
Beyondspace Posted December 10, 2020 Share Posted December 10, 2020 11 minutes ago, jonongec said: @bangank36 now the rest of the navigation items is not clickable! help! Let me check BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
jonongec Posted December 10, 2020 Author Share Posted December 10, 2020 i removed the code, so my website is now back to the original state (logo unclickable) didn't want viewers to be stuck Beyondspace 1 Link to comment
Beyondspace Posted December 10, 2020 Share Posted December 10, 2020 1 hour ago, jonongec said: i removed the code, so my website is now back to the original state (logo unclickable) didn't want viewers to be stuck You are so right, I update the code .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-title { z-index: 99999; flex: 0 0 70%; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
CalixtoD Posted December 10, 2020 Share Posted December 10, 2020 (edited) On 12/9/2020 at 4:56 AM, jonongec said: Site URL: https://www.jonathanong.com/ I split my navigation using this code below and now my logo is no longer clickable. It used to be clickable and would direct to the home page. Can someone help? https://www.jonathanong.com/ /*Make split navigation*/ .header-nav { position: absolute; top: 5px; bottom: 0; margin-top: 0!important; } .header-nav-item:nth-of-type(3) { margin-right: 500px!important; } I've used this code to get the split navigation to work before which is great but two things: Is there any way to get the navigation to have equal space either side of the logo? (it always has a more spacing on the right side of the logo i find and it's quite annoying!) Also, is it possible to get the navigation to be more responsive? ie when resizing a window the navigation moves all over the place and then splits on to two lines if too small. This is the website I'm working on: https://www.sundazestudio.com/ Thanks! Edited December 10, 2020 by CalixtoD Link to comment
jonongec Posted December 11, 2020 Author Share Posted December 11, 2020 @bangank36that code worked perfectly. now everything is clickable 🙂 thank you! @CalixtoD My next question would be the same one! on the ipad, my split navigation goes haywire. and in general the split navigation does always seem to be slightly off center - more apparent on different desktop sizes. hopefully @bangank36can help? 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