Archived topic
Mobile submenu
3 replies · Started by ammgbr on March 3, 2023
Viewing posts 1–4 of 4
Hi,
I want to modify the mobile menu look, add a line below each submenu item.
Also, how can I change the mobile menu items padding and font size?
Hi there,
Try this CSS:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
border-bottom: 1px solid #000;
font-size: 20px;
padding: 5px 5px 5px 5px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you :)
No problem :)
This archived topic is closed to new replies.