jonongec Posted December 9, 2020 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 Posted December 9, 2020 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
jonongec Posted December 10, 2020 Author Posted December 10, 2020 thank you @bangank36 that worked perfectly!
jonongec Posted December 10, 2020 Author Posted December 10, 2020 @bangank36 now the rest of the navigation items is not clickable! help!
Beyondspace Posted December 10, 2020 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
jonongec Posted December 10, 2020 Author 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 Posted December 10, 2020 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
CalixtoD Posted December 10, 2020 Posted December 10, 2020 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!
jonongec Posted December 11, 2020 Author 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.