Why is the navigation position not moving to top?
protected static SubNavigationPosition $subNavigationPosition = SubNavigationPosition::Top;
Added this code to the Admin Settings Cluster.
Am I missing something?
4 Replies

You have to define it on every page
Hi, sorry but I do not get what you meant.
Could you provide more details?
IIRC you have to define
protected static SubNavigationPosition $subNavigationPosition = SubNavigationPosition::Top;
on each and every pages like Ante answer, but not on the main Cluster (I may be wrong about not on cluster)
That said, you have to put the protected static Sub...
in all of the files inside AdminSettings/Pages