Archived topic
Mobile menu make a line
3 replies · Started by Jarko on February 13, 2021
Viewing posts 1–4 of 4
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
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 :)
Yes worked fine thanks.
No problem :)
This archived topic is closed to new replies.