Archived topic
Drop down menu toggle won't sit on line with menu text
3 replies · Started by webmaster on February 7, 2019
Viewing posts 1–4 of 4
Hi
In my menu, under "What we do" >"collaborative innovation">
I can't get the drop down menu toggle for "collaborative innovation" to sit on the same line as my menu link text.
See in the image - "collaborative innovation" text sits on line above toggle.
Hope you can help.
Thanks
Gina
Hi there,
try adding this CSS:
.main-navigation .main-nav ul ul li.menu-item-has-children>a {
display: grid;
grid-template-columns: auto 3em;
}
Goodness, thank you that totally worked!
Glad to be of help
This archived topic is closed to new replies.