The mobile-placement attribute allows you to control where the secondary nav is placed within the mobile overlay menu. The possible values are ‘top’, or ‘bottom’.
top will place the secondary nav above the main navigation items.
bottom is the default value and will place the secondary nav below the main navigation items.
<div data-wm-plugin="subnav"
mobile-placement="top">
</div>