How do I insert a secondary nav menu into my header.liquid file?

Hi all,

I’m trying to insert ‘secondary-menu’ into my header.liquid file. So the links for SHOP | STORE LOCATOR | CONTACT are on the right hand side of the logo as shown below (before the search and cart icons). At the moment they have been manually added as

  • to the header.liquid file, which is fine for desktop, but they don’t show on mobile.

    Screen Shot 2021-10-06 at 11.16.37 AM.png

    I figured it’d be better to start again using a ‘secondary-menu’ with those page links in there, which I’ve done:

    Screen Shot 2021-10-06 at 10.47.07 AM.png

    I just don’t know how to insert/call that ‘secondary-menu’ from within header.liquid.

    Can anyone help?

    Thanks