Use the mobile-placement attribute to control where the secondary nav is placed within the mobile 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="bottom"
>
  ... Your Items Nav Here
</div>
Previous
Previous

Sticky Nav Section