Slotte Posted December 9, 2021 Share Posted December 9, 2021 Site URL: https://www.philipslotte.se/ Hello, How can I add a vertical line between my navigation titles? I've googled and tried different codes, but not been able to find a solution. I hope that anyone of you can help me! Thanks in advance. My website: https://www.philipslotte.se/ Beyondspace 1 Link to comment
Beyondspace Posted December 9, 2021 Share Posted December 9, 2021 3 hours ago, Slotte said: Site URL: https://www.philipslotte.se/ Hello, How can I add a vertical line between my navigation titles? I've googled and tried different codes, but not been able to find a solution. I hope that anyone of you can help me! Thanks in advance. My website: https://www.philipslotte.se/ Is it the result you want to achieve? Try adding to Home > Design > Custom Css .Header-nav-item { padding: 0.618em 0.75em !important; margin: 0 !important; position: relative; } .Header-nav-item:after { content: ''; display: block; width: 0.5px; height: 15px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #fff; } .Header-nav-item:last-child:after { content: none; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Slotte 1 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
Slotte Posted December 9, 2021 Author Share Posted December 9, 2021 4 hours ago, bangank36 said: Is it the result you want to achieve? Try adding to Home > Design > Custom Css .Header-nav-item { padding: 0.618em 0.75em !important; margin: 0 !important; position: relative; } .Header-nav-item:after { content: ''; display: block; width: 0.5px; height: 15px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #fff; } .Header-nav-item:last-child:after { content: none; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Yes, thank you so much!! 🙂 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