Home › Forums › Support › Mobile menu make a line This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 13, 2021 at 10:04 am #1657125 Jarko I would like to have a line after last menu item in the mobile view to separate the menu from the text in the page. is it possible? thank you February 13, 2021 at 11:47 am #1657184 LeoStaff Customer Support Hi there, Try this: @media (max-width: 768px) { .main-navigation .main-nav ul li:last-child a { border-bottom: 1px solid rgba(0,0,0,0.1); } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 February 13, 2021 at 11:59 am #1657201 Jarko Yes worked fine thanks. February 13, 2021 at 12:06 pm #1657224 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In