Tabitha_Carmen Posted August 25, 2022 Share Posted August 25, 2022 (edited) Site URL: https://tortoise-frog-lldn.squarespace.com/config/ Hi! I'm trying to make my NavBar spaced out, having the hardest time figuring it out... I'm trying to go for the concept of having the NavBar menu spaced out like a newspaper like the picture below haha.... I'd appreciate any help! 😁 Edited August 25, 2022 by Tabitha_Carmen clarification Link to comment
tuanphan Posted August 28, 2022 Share Posted August 28, 2022 Hi, The site is private. Can you setup an access password & share url again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Tabitha_Carmen Posted August 29, 2022 Author Share Posted August 29, 2022 On 8/28/2022 at 2:46 AM, tuanphan said: Hi, The site is private. Can you setup an access password & share url again? Sure! I sent you the password, here's the URL! https://tortoise-frog-lldn.squarespace.com/config/settings Link to comment
tuanphan Posted August 31, 2022 Share Posted August 31, 2022 You mean Logo top Nav under logo, with border around items Is this right? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Tabitha_Carmen Posted September 1, 2022 Author Share Posted September 1, 2022 On 8/30/2022 at 10:23 PM, tuanphan said: You mean Logo top Nav under logo, with border around items Is this right? Yes! 😁 Link to comment
Solution tuanphan Posted September 3, 2022 Solution Share Posted September 3, 2022 On 9/2/2022 at 6:07 AM, Tabitha_Carmen said: Yes! 😁 Try adding to Design > Custom CSS /* Fullwidth navigation border*/ .header-announcement-bar-wrapper { padding-left: 0px !important; padding-right: 0px !important; } .header-display-desktop { flex-direction: column; } .header-title-nav-wrapper { flex: 0 0 100% !important; margin-right: auto; width: 100% !important; } nav.header-nav-list { display: flex; width: 100%; border-top: 1px solid black; border-bottom: 1px solid black; } .header-nav-item a { line-height: initial; text-decoration: none; border: none !important; background-image: none !Important; } .header-nav-item { border-left: 1px solid black; border-right: 1px solid black; margin: 0 !important; padding-left: 1vw; padding-right: 1vw; margin-left: -1px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Tabitha_Carmen Posted September 3, 2022 Author Share Posted September 3, 2022 15 hours ago, tuanphan said: Try adding to Design > Custom CSS /* Fullwidth navigation border*/ .header-announcement-bar-wrapper { padding-left: 0px !important; padding-right: 0px !important; } .header-display-desktop { flex-direction: column; } .header-title-nav-wrapper { flex: 0 0 100% !important; margin-right: auto; width: 100% !important; } nav.header-nav-list { display: flex; width: 100%; border-top: 1px solid black; border-bottom: 1px solid black; } .header-nav-item a { line-height: initial; text-decoration: none; border: none !important; background-image: none !Important; } .header-nav-item { border-left: 1px solid black; border-right: 1px solid black; margin: 0 !important; padding-left: 1vw; padding-right: 1vw; margin-left: -1px !important; } THANK YOU SO MUCH! This worked!!!! tuanphan 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