Archived topic
submenu icon spacing
3 replies · Started by sparkle on August 12, 2019
Viewing posts 1–4 of 4
hi, as you can see from this image, i'm trying to add some css to fix the submenu level here that overlaps the arrow that should be on the right of the menu item with simliar spacing to the other submenu spacing.
i found this bit of code, which almost helped but didn't fix it entirely
https://generatepress.com/forums/topic/submenu-auto-width/
can you help? thanks.
Hi there,
try this CSS instead:
.main-navigation .main-nav ul ul li > a {
display: grid;
grid-template-columns: auto 40px;
}
thank you! perfect!
Glad to be of help
This archived topic is closed to new replies.