Hi Figment15
In my twentyseventeen-child/template-parts/navigation I copied across the file navigation-top.php from the twentyseventeen theme and amended it like so:
<nav id="site-navigation" class="main-navigation" role="navigation" aria-label="<?php _e( 'Top Menu', 'twentyseventeen' ); ?>">
<!-- added these 2 items to navigation bar -->
<img src="/wp-content/uploads/2016/02/Site-Icon-e1485554741153.jpg" class="GGClogo" /><span class="GGCphone">01620 810591</span>
<button class="menu-toggle" ... etc
I then set the css to float right the phone number. You can add your css to move your logo as required (which I didn’t do).
Hope that helps