Navbar / Nav Menu
The Navbar links are determined based on the NationBuilder pages that are ticked "Include in top nav". These pages can be seen in the control panel here:
The Navbar will appear at the top of every page on the site and is "sticky" - it will stick to the top of the page and always be visible. All top-level navigation links are buttons/folders that open a sub menu of navigation links. Special case is "Our Work" which has 3 subgroups within the folder.
#Search
A note that the Search button is hardcoded in position and text. Please contact a For Purpose developer if any changes are required here.
Relevant Page Tags
nav_hide
If a page is "included in the top nav" but you don't necessarily want it visible in the top nav (common to hide "Home" from nav since logo links... or if needed in top nav for sitemap.md purposes) you can remove it from the navbar by adding page nav_hide.
site_header_fluid
By default - the nav logo and nav items are restricted to container width. You can add tag site_header_fluid to instead have it in a container-fluid (no width restrictions). This is helpful for a navbar with lots of links or ones when lengthy titles are used.
nav_has_subpage_groups
This tag is specific to the Our Work folder - as it indicates in code that there is an extra level of "folder" - as we have 3 subgroups within the nav group.