Home › Forums › Support › Lines in Secondary Menu This topic has 5 replies, 3 voices, and was last updated 3 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 5, 2022 at 11:41 pm #2211069 Rohith Hi there, I want to achieve the line in between the secondary menu items. Same like this website https://www.macrumors.com/ May 6, 2022 at 12:05 am #2211087 Fernando Customer Support Hi Rohith, Can you kindly provide the link to your site? Hope to hear from you soon. 🙂 May 6, 2022 at 4:22 am #2211331 Rohith Here’s the link of my site. Check private. May 6, 2022 at 4:57 am #2211360 DavidStaff Customer Support Hi there, try adding this CSS: .secondary-navigation .main-nav>ul li:not(:last-child) { border-right: 1px solid #000; } May 6, 2022 at 5:56 am #2211410 Rohith This worked but, I want a little space at the top and bottom of the line same like this website https://www.macrumors.com/ May 6, 2022 at 6:34 am #2211454 DavidStaff Customer Support Add this CSS: #secondary-navigation .main-nav > ul { padding-top: 5px; padding-bottom: 5px; } Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In