How do i put the name of my store and the nav bar on the same line?

This is using the minimal theme.

@jamesMeegan - can you please share the website link for this page?

@jamesMeegan

Please share your store URL!

Thanks!

https://minimal-design-james.myshopify.com/?_ab=0&_fd=0&_sc=1&key=db83373d638107571c47f39cc46110b8a367cfdc1edc84e9426dfc6b13f6b58c

Password: FoxHound422

https://minimal-design-james.myshopify.com

The password is: FoxHound422

@jamesMeegan - Add given css to timber.scss file and check , this is for desktop only and will not change anything on mobile or ipad view.

@media screen and (min-width:1200px){
.site-header .wrapper {display: flex;}
.site-nav {margin-top: 0;}
}

Should look like screenshot below

I really appreciate the help is there anyway that I could make the nav bar center and keep the website name in the same place?