Hello, I am interested in a response to this question as well.  I’m using the Clean Journal theme and have a child theme set up.  I want to move the nav-primary above the header, but there’s no clear template.
Template order: Header Top, Masthead, Primary Nav
Desitred order: Header top, Primary Nav, Masthead
In header.php I moved “do_action( ‘clean_journal_after_header’ );” above “do_action( ‘clean_journal_header’ );” which seems like a sloppy way to handle this.  I then had to use negative margins in the css to switch header top with primary nav.  Is there a correct way to handle?
Thanks for your help.