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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, 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%); } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, 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. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.