Hello,
No, there are no additional settings for it. if you are using the ‘Custom Header Nav’ widget, then you can control it from the Customize > Header > Menu section.
See my custom header thread.
Note that NO mobile menu appears at all.
Try to use the below css code and check it works or not –
#site-navigation-wrap .dropdown-menu {
display: block;
float: none;
position: relative;
top: auto;
left: auto;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
So I went a new route.
Medium header
Then I created a custom library block and used the short code from MyLibrary and added it to just the homepage before title field.
Now Mobile menu also works.