Home › Forums › Support › Small right and left border in menu This topic has 1 reply, 2 voices, and was last updated 5 years, 1 month ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 7, 2021 at 1:34 am #1648801 Anders Nielsen Hi I’m trying to get a small white border in the secondary menu. So each menu element has a border to the right and to the left – separating the items from each other. How do I do that with css? February 7, 2021 at 6:39 am #1648999 DavidStaff Customer Support Hi there, try this CSS: @media(min-width: 769px) { .secondary-navigation li a { border-right: 1px solid #fff; } .secondary-navigation li:first-child a { border-left: 1px solid #fff; } } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In