Jump to content

Add Characters Between Menu Items On Desktop and Mobile Versions Of My Site

Recommended Posts

Site URL: https://www.joshuaschweigert.com/

Hello,

I would love some assistance in adding a little flare to my desktop and mobile menu. I'd love to be able to add separators between each menu item for both the mobile and desktop versions of my website. Ideally, I'd like each menu to to look like my screenshots.

I would also like to decrease all mobile elements in the overlay menu by 50%.

Thank you,

Joshua Schweigert

Screen Shot 2022-02-03 at 1.21.40 PM.png

Screen Shot 2022-02-03 at 1.24.50 PM.png

Link to comment
  • Replies 1
  • Views 407
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Add to Design > custom CSS

.header-nav-item:not(:last-child) {
    padding-left: 10px;
    border-right: 1px solid black;
    padding-right: 10px;
}
div.container.header-menu-nav-item:after {
    content: "";
    background-color: black;
    display: block;
    width: 35px;
    height: 1px;
    margin-left: 5vw;
}

 

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

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.