THis allows to put the search icon on the first line of the menu, and removes it from an unuseful 3rd line.
But what I would like, is to remove the search icon in this menu.
I got reply for
1. You can add the following css in “Appearance => Customize => Additional CSS”
@media screen and (min-width: 991px) {
.nav-primary.search-enabled .menu {
width: calc(100% – 42px);
}
}