Agency Skeleton - Change Menu & Section Order

Hi, I have been trying for past few hours to change the menu order of the Agency Skeleton however I have only been successful in moving the sections up or down but I am unable to get the navigation to change?

What is the correct way to reorder pages and reflect this in the horizontal navigation menu?

Thanks in advance.

T

From looking at the partials/navigation.html.twig that renders the menu, the menu items in this theme are rendered based on the settings in the site.yaml file from the skeleton: https://github.com/getgrav/grav-skeleton-agency-site/blob/develop/config/site.yaml#L15-L25

I have the same problem here. Also I can’t seem to be able to add modules to the page. As I’m just starting with Grav, I was a bit surprised, as I really thought the menu would be generated dynamically by the child modules. Isn’t this how Grav is supposed to work ?