When your secondary navigation is set to below your header, you can have your secondary nav sticky to the top of the page as you scroll. Simply add the data-sticky="true" to code.

<div data-wm-plugin="subnav"
     data-position="bottom"
     data-sticky="true"
>
  ... Your Navigation Components Are Here
</div>
Previous
Previous

Below Header

Next
Next

Sticky Nav Section