StudioFC Posted April 25, 2023 Posted April 25, 2023 Can someone please help me customize the navigation links to appear as shown in the screenshot? I've tried a billion different things and just keep making things worse. Thank you!
Ziggy Posted April 25, 2023 Posted April 25, 2023 Can you share your website URL? How do you have the header set up currently? 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?
StudioFC Posted April 25, 2023 Author Posted April 25, 2023 https://mushroom-caterpillar-yw24.squarespace.com/ password = demo Thank you!
Ziggy Posted April 26, 2023 Posted April 26, 2023 Right, here's a start, can you remove the border you've added in Custom CSS, and replace it with this: .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 0 0 100%; } .header .header-announcement-bar-wrapper { padding-top:0px !important; padding-left:0px !important; padding-right:0px !important; } .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav { margin: 20px 0 0; } .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav .header-nav-item { margin:0px; } .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav .header-nav-item { width:25%; outline: 1px solid; } When you've installed this, please let me know and we'll see what's worked and what hasn't and go from there. 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?
StudioFC Posted April 26, 2023 Author Posted April 26, 2023 Thanks! I've added that code. I really appreciate your help! Ziggy 1
Ziggy Posted April 26, 2023 Posted April 26, 2023 (edited) Can you also add this below the rest of the CSS I provided: .header-nav-list { width:100% !important; } .header-nav-item--active a { background-image: none; } Edited April 26, 2023 by Ziggy 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?
StudioFC Posted April 26, 2023 Author Posted April 26, 2023 That's awesome! The site header now disappears on mobile, but desktop looks great!!!!
Solution Ziggy Posted April 26, 2023 Solution Posted April 26, 2023 Faire enough! That's what testing is for! Please replace everything with this: @media only screen and (min-width:768px) { .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 0 0 100%; } .header .header-announcement-bar-wrapper { padding-top:0px !important; padding-left:0px !important; padding-right:0px !important; } .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav { margin: 20px 0 0; } .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav .header-nav-item { margin:0px; } .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav .header-nav-item { width:25%; outline: 1px solid; } .header-nav-list { width:100% !important; } .header-nav-item--active a { background-image: none; } } StudioFC, Vicks and tuanphan 3 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?
StudioFC Posted April 26, 2023 Author Posted April 26, 2023 Hurray! Thank you so so so much!!! Ziggy 1
Ziggy Posted April 26, 2023 Posted April 26, 2023 35 minutes ago, StudioFC said: Hurray! Thank you so so so much!!! No problem! Can you give my post a thumbs up? Thanks! StudioFC 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment