I wanted to set my navigation as my header and found the docs at https://docs.generatepress.com/article/navigation-logo/ which explain a great way to do just that.
However, as soon as I put the navigation location to Above/Below header, it left aligns the links and I’d like them right aligned.
I tried changing .main-navigation li {float: right;} but it made the menu go RTL which is backwards.
I’m basically looking for it to always be like the generatepress.com homepage when you scroll up but always like that.