Archived topic
Submenu : strange arrow position
3 replies · Started by supazena on December 9, 2018
Hi,
I notice a strange arrow position by using generatepress menu on the first submenu, first item.
After search, I found it's due to the longer of the title (actually 18 when I count letter+space)

If i delete just one letter, the ending "e" for exemple, all is fine.
Any guess ?
Hi there,
you can increase the sub menu width like so:
.main-navigation ul ul {
width: 230px;
}
+1
I did not thought it came from css.
Thanks for your answer,
Regards
The submenu has a fixed width of 200px. :) Glad to be of help