Ale_Sav Posted October 10 Posted October 10 Site URL: https://cricket-helicon-xpw9.squarespace.com/ Hi, I'm struggling with a couple of problem with my website https://cricket-helicon-xpw9.squarespace.com/ (password: draft1) - I added code to split the menu starting from the menu under the logo option, but now the menu items on the right are on top of the social icons! How can i fix that? On top of that I added custom icons for the socials in the top menu and added them in the footer as well but I can't see the new custom icons there, only the standard link icon, why? Thanks for your help! Alex
Ziggy Posted October 10 Posted October 10 3 hours ago, Ale_Sav said: - I added code to split the menu starting from the menu under the logo option, but now the menu items on the right are on top of the social icons! How can i fix that? What guide did you use to achieve this? I've found that some are better than others at keeping the navigation even around the title. I realise that this is a paid plugin from @WillMyers, but should work much better: https://www.will-myers.com/products/p/split-navigation 3 hours ago, Ale_Sav said: On top of that I added custom icons for the socials in the top menu and added them in the footer as well but I can't see the new custom icons there, only the standard link icon, why? The header social icons are separate from the social block, so need targeting differently. But it does look like you've solved this already? WillMyers and Ale_Sav 1 1 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?
Ale_Sav Posted October 11 Author Posted October 11 Hi Ziggy, thanks for your reply! I tried different free codes and guide for the split menu, this is the one I'm using right now: // SPLIT NAVIGATION .header-nav { position: absolute; top: 78px; bottom: 0; margin-top: 0!important; margin-left: -60px!important; } .header-nav-item:nth-of-type(4) { margin-right: 340px!important; } .header-title-logo a { z-index: 1000; position: relative; } .header-display-desktop .header-title { flex: 0 0 40% !important; z-index: 999999999; } /* Icons to right */ .header-display-desktop { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .header-actions.header-actions--left { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } For the custom social icons in the footer I added more code to fix it. 😅
Solution Ziggy Posted October 11 Solution Posted October 11 (edited) 26 minutes ago, Ale_Sav said: For the custom social icons in the footer I added more code to fix it. 😅 Nice one! You can try adjusting the values to improve it, something like this, but the method is inherently problematic: // SPLIT NAVIGATION .header-nav { position: absolute; top: 85px; bottom: 0; margin-top: 0!important; margin-left: -110px!important; } .header-nav-item:nth-of-type(4) { margin-right: 220px!important; } .header-title-logo a { z-index: 1000; position: relative; } .header-display-desktop .header-title { flex: 0 0 40% !important; z-index: 999999999; } /* Icons to right */ .header-display-desktop { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .header-actions.header-actions--left { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } To keep this working, you'll need to adjust these values every time you make a change in the header. The other thing you could do is reduce the gap between the social icons. Edited October 11 by Ziggy Ale_Sav 1 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?
Ale_Sav Posted October 11 Author Posted October 11 Thanks, I'll try to change those value. If you have another working free code to split the menu, please let me know! 😅 Ziggy 1
Ziggy Posted October 11 Posted October 11 I haven't tested this one, but it looks well coded: https://www.stnsvn.com/blog/how-to-make-a-split-navigation-in-squarespace-71 Ale_Sav 1 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?
Ale_Sav Posted October 14 Author Posted October 14 (edited) HI, I already tried that code and I can't make it work. The left side doesn't work and the font is so small! Just like in the photo I tried with your code and it's working! Thank you so much! 🤩 Edited October 14 by Ale_Sav Ziggy 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment