PeterWard Posted November 4, 2020 Share Posted November 4, 2020 I'm trying to extend the navigation bar the full width of the page. I have a coloured background to the nav bar. I tried the following code which almost worked. As you can see from the screenshot, it didnt push all the way left and left a space before the start of the navigation bar. Any help greatly appreciated /* Navigation Width Adjustment */ .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 2 0 100%; } /* Fix width adjustment pushing cart right */ .header-layout-branding-center-nav-center .header-actions--right { position: relative; right: 4vw; } Link to comment
Beyondspace Posted November 4, 2020 Share Posted November 4, 2020 we can help if you share your site url Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
PeterWard Posted November 4, 2020 Author Share Posted November 4, 2020 Hello again bangank36. You helped on my other problem. Thanks a lot! You're a champion. I'm not sure the code i've written is the right way to get the navigation bar going the full width of the page, but hopefully you can help. Website is :https://www.blaiserubyloves.co.uk/ Password: buster Link to comment
Beyondspace Posted November 4, 2020 Share Posted November 4, 2020 .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 0 100%; } .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav { width: 100vw; display: block; position: absolute; bottom: -2.6vw; left: 50%; transform: translateX(-50%); } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
PeterWard Posted November 6, 2020 Author Share Posted November 6, 2020 Thanks again Bangank36. Perfect. Beyondspace 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