Jump to content

Extending navigation bar full width of header

Recommended Posts

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;

}

 

image.thumb.png.6a99499718acac827324058c6555efde.png

 

 

Link to comment
  • Replies 4
  • Views 1.5k
  • Created
  • Last Reply

we can help if you share your site url

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
.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%);
}

image.png.1d7478baad5e0d41c750ae214f875701.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.