I am working with a custom theme extended from Luma, and I am trying to move the navigation menu to the right of the logo. The logo does not appear to have a floated div, so what happens now is the navigation moves to the left side of the top.nav.
Is there a way to do this, or where to customize the header divs to create some floating elements?
<move element="catalog.topnav" destination="header.panel" after="logo"/>
Thanks!