Jump to content

Border Around Navigation

Recommended Posts

Hi! 

I used the code below to create borders around my header navigation links. I like it- however, all the spacing on the sides (those 2 empty rectangles) looks funky to me. To solve this, I'm thinking it would be nice to just expand the spacing between the links to fit the width of the page, that way I don't have to have those 2 empty rectangles on either ends. How would I make that happen? 

https://crane-flounder-wkcb.squarespace.com/

password: 12345

 

/* 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 white;
    border-bottom: 1px solid white;
}
.header-nav-item a {
    line-height: initial;
    padding-top: 10px !important;
    padding-bottom: 10px !Important;
}
.header-nav-item {
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0 !important;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-left: -1px !important;
}

Edited by kaydotjpg
Link to comment
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Add this CSS under

nav.header-nav-list>div {
    width: calc(~"20% - (6vw + 2px) ") !important;
}
nav.header-nav-list {
    justify-content: space-between !important;
}

image.thumb.png.b6d3b8c1dbf3b138b2d8553d710790bf.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
On 10/27/2022 at 6:57 AM, kaydotjpg said:

@tuanphan thanks for this! however, Im getting this instead when I add the code you gave me: 

 

 

Screen Shot 2022-10-26 at 7.56.27 PM.png

12345

Incorrect password. Can you check it again?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.